[android-developers] how to implement front camera

2013-06-23 Thread Sadhna Upadhyay
how to implement front camera for capturing image and then email that image. please help me if anyone have any idea, thanks in advance Sadhana. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Problem with play store

2013-06-23 Thread pdm-tex
Hi, I have been having no luck adding any PNG files to an app on the store. I get the walking android icon, and it just keeps walking. I actually left it overnight once. If I close the tab it warns me that an upload is in progress. One of the images has been used on the store before, but

[android-developers] Re: Newly installed widgets are not runnable on Honeycomb

2013-06-23 Thread metal mikey
PS: if you're an advocate for equal rights and opportunity for AppWidgets, please star this issue too: https://code.google.com/p/android/issues/detail?id=33973 -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: Newly installed widgets are not runnable on Honeycomb

2013-06-23 Thread metal mikey
A reboot is not necessary (well, it's overkill) as all that is needed is a restart of the Launcher app. So force close the launcher app and the widget will show up. The problem is the Launcher app does not update the list of AppWidgets as often as it updates the list of Apps. I asked Dianne Hac

[android-developers] MediaPlayer onCompletion is not being called accurately

2013-06-23 Thread Raneez
In my app i have created an audio player (only WAV files) using MediaPlayerAPI. But the player doesn't give callback to onCompletion Listener everytime. Sometimes it gives callback but not everytime. I am doing some a

Re: [android-developers] Socket Programing

2013-06-23 Thread Piren
well fuck... so the guy copied code from a post saying "this code isnt working" and now he's asking people to fix it for him? damn. On Sunday, June 23, 2013 3:45:18 AM UTC+3, Peter Teoh wrote: > > Based on your client and server code, which is found here (copied > wholesale): > > > http://s

[android-developers] Re: Handling process killed by system

2013-06-23 Thread Piren
Seems to me your mistake is storing the information as a singleton... why save everything in memory where it is volatile? store everything in a database and you wouldn't have to worry about it being gone or using too much memory. There's no reason to limit the user's ability to complete an orde