Re: [android-developers] how to display camera in frame in Android

2013-08-23 Thread Michael Banzon
That sounds like a very good plan! Are there any problems with that? On Fri, Aug 23, 2013 at 7:57 AM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: Hi guys, I want to set frame in photo that is taken by Camera. -- You received this message because you are subscribed to the Google

[android-developers] Detect a gesture startet from the outside of a view

2013-08-23 Thread OronS
Hi there [image: :)] I have two ImageViews in my app. I've added a gesture detector (GestureOverlayView), and added gestures to the app by using android's sample, which record gestures and save them to a file, and I then load this file. My Goal is to limit the gestures area.. I want them to

[android-developers] Sensor.TYPE_ROTATION_VECTOR null on Galaxy Tab 7

2013-08-23 Thread drenda
Hi guys, I need to get ration vector on Galaxy Tab 7 (P-3100). mSensorManager.getDefaultSensor(Sensor.TYPE_ROTATION_VECTOR); return null to me. I know that it is a logic sensor but I've this hardware sensors on device: Sensore BMA254 Acceleration Sensor Sensore MS-3E (YAS530) Magnetic Sensor

[android-developers] Re: Black screen on Samsung Galaxy S4 mini

2013-08-23 Thread MobileVisuals
Thanks, I found the cause of the black screen after checking the GL error codes. It was a missing gl.glTexCoordPointer call, which caused it. It worked when I added the gl.glTexCoordPointer call. On Wednesday, August 21, 2013 8:43:32 PM UTC+2, MobileVisuals wrote: One of my live wallpaper

[android-developers] Android doubt

2013-08-23 Thread Siva Kumar
Dear All, Please visit the link share your ideas http://stackoverflow.com/q/18401266/385138 -- *Thanks Regards, SIVAKUMAR.J http://stackoverflow.com/users/385138/sivakumar-j * -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Fwd: Android doubt

2013-08-23 Thread Siva Kumar
Dear All, Im developing android application.The following are the settings details android:minSdkVersion=8 android:targetSdkVersion=17 In my application im implement the auto logout after some specific time. For eg:Assume auto logout time as 2minutes.IF the application in from or background ,If

[android-developers] Your apps portfolio

2013-08-23 Thread Lucas Diego
Hi everybody, I'd like to know how you usually shows your app you have worked on to your future clients? Does someone use, have used or recommends https://about.me as a professional portfolio? Would you share your opinion about this subject? Thaks -- You received this message because you are

[android-developers] android action bar background

2013-08-23 Thread Greenhand
I read https://developer.android.com/training/basics/actionbar/styling.html and use style name=MyActionBar parent=@style/Widget.Holo.Light.ActionBar.Solid.Inverse *item name=android:background@drawable/actionbar_background /item* /style to set the ActionBar background.

[android-developers] Re: Detect a gesture startet from the outside of a view

2013-08-23 Thread Nobu Games
Is it just gestures or are you trying to implement drag and drophttp://developer.android.com/guide/topics/ui/drag-drop.html(because it sounds like that). Either way you could just intercept motion events in the parent view group that contains your images and let it handle your gesture

[android-developers] Confused about stopping a Local Service

2013-08-23 Thread RLScott
The documentation for Services says: Binding to a Started Service As discussed in the Serviceshttp://developer.android.com/guide/components/services.htmldocument, you can create a service that is both started and bound. That is, the service can be started by calling

[android-developers] No sound card access on Jelly bean?

2013-08-23 Thread MobileVisuals
My apps can not get access to sounds from other apps on Jelly bean. The sound value that I get is always 0. I have added every possible permission. What can I do to fix this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] SurfaceHolder.setFormat() only working when called from the *wrong* thread?

2013-08-23 Thread Latimerius
In a testing program I'm playing with currently, I want to use setFormat() to adapt the pixel format of my surface to the chosen EGL config before I pass the surface holder to eglCreateWindowSurface(). Now, I call EGL from my render thread and I know SurfaceHolder.setFormat() is documented to

Re: [android-developers] Designing Help into Your App

2013-08-23 Thread Nathan
On Thursday, August 22, 2013 8:02:19 PM UTC-7, TreKing wrote: On Thu, Aug 22, 2013 at 5:26 PM, Nathan nathan@gmail.comjavascript: wrote: On Thursday, August 22, 2013 12:57:08 PM UTC-7, TreKing wrote: Nothing fancy at all. It's there if the user wants it but does take

[android-developers] Re: Detect a gesture startet from the outside of a view

2013-08-23 Thread OronS
Hi :) Thanks for your post I'm trying to implement specific gesture between images...no drag drop The images are inside *GestureOverlayView (because of prediction = gestureLibrary.recognize()...I don't know how to recognize a gestures which have curls or shapes)*, and I thought the parent

[android-developers] Lightweight communication from Local Service to Activity

2013-08-23 Thread RLScott
I haven't seen this done anywhere, so I suspect there is something wrong with it. It is too simple, compared to the more complicated Messenger methods. The idea is to get a very lightweight communication between a Local Service (part of my app) and an activity. Calling methods or reading

[android-developers] Re: SurfaceHolder.setFormat() only working when called from the *wrong* thread?

2013-08-23 Thread Nobu Games
I'm not sure if I understand you correctly when exactly you set the format. It sounds too me as if you're setting it too late, after the OpenGL ES context has been created. What I do is setting the format in the Activity's onCreate method on the UI thread before the OpenGL context is

[android-developers] New advertisement policy on Google Play

2013-08-23 Thread Steve Gabrilowitz
As you probably already know, home screen icon ads and notification ads are being banned. So now what are the advertisement placement possibilities for an app which is primarily a service, or a theme. Either no user interface at all or an activity that only does occasional (or almost never)

[android-developers] New Google Play Developer Program Policy

2013-08-23 Thread Nathan
Has someone already done a a diff and parsed it to see what's different? Any articles on what it means? Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Re: SurfaceHolder.setFormat() only working when called from the *wrong* thread?

2013-08-23 Thread Latimerius
On Fri, Aug 23, 2013 at 11:03 PM, Nobu Games dev.nobu.ga...@gmail.comwrote: I'm not sure if I understand you correctly when exactly you set the format. It sounds too me as if you're setting it too late, after the OpenGL ES context has been created. Yes, it's after the context has been

[android-developers] Re: New Google Play Developer Program Policy

2013-08-23 Thread Nathan
I found this one: http://thenextweb.com/google/2013/08/23/google-updates-play-policies-to-ban-apps-and-ads-modifying-devices-require-games-use-its-in-app-billing-service/ Pretty good analysis. My thoughts: ads must not display advertisements through system level notifications on the user’s

Re: [android-developers] Re: How to detect application launch and shutdown events?

2013-08-23 Thread Randall Mitchell
http://developer.android.com/reference/android/app/Application.html#onTerminate() ... reads: This method is for use in emulated process environments. It will never be called on a production Android device, where processes are removed by simply killing them; no user code (including this

[android-developers] How to Check whether rtsp feed is working or not.

2013-08-23 Thread rajesh
Hi, Can any one help me in writing code to check, if a rtsp feed is working . My requirement is like this .I have a list of 10 rtsp urls every time my application runs ,I have to check rtsp feeds from those urls and stream from the working url. I am not able to figure out how to check whether

Re: [android-developers] android action bar background

2013-08-23 Thread TreKing
On Fri, Aug 23, 2013 at 9:39 AM, Greenhand cooperateonl...@gmail.comwrote: Is there a way I can control the background scale method (i.e. centerCrop) and see the ActionBar title? Not sure, but I'd try this: http://developer.android.com/guide/topics/resources/drawable-resource.html#Bitmap See

Re: [android-developers] No sound card access on Jelly bean?

2013-08-23 Thread TreKing
On Fri, Aug 23, 2013 at 10:55 AM, MobileVisuals eyv...@astralvisuals.comwrote: My apps can not get access to sounds from other apps on Jelly bean. What sounds from other apps? The sound value that I get is always 0. What sound value? From where? You might want to elaborate. I, for one,

Re: [android-developers] Your apps portfolio

2013-08-23 Thread Douglas Drumond
Why not create your own website? But be aware of your NDA before posting the apps. -- Douglas Drumond *eee19.com* http://eee19.com *gplus.to/douglasdrumond* http://gplus.to/douglasdrumond *@douglasdrumond* https://twitter.com/douglasdrumond 2013/8/23 Lucas Diego diegoluc...@gmail.com Hi