[android-developers] Re: Activity lifecycle problem on Nexus One - onStop not called

2010-03-05 Thread Zuli
the onstart and onstop methods to coordinate their work, how come so few people have noticed that? Zuli On Mar 5, 6:00 am, Streets Of Boston flyingdutc...@gmail.com wrote: mm... my app makes use of saving and restoring instance state a lot and it works as well on theNexusOneas on the Droid

[android-developers] Activity lifecycle problem on Nexus One - onStop not called

2010-03-04 Thread Zuli
with different launchModes... What is going on? Can anyone confirm this? Zuli i found an android issue for the problem here: http://code.google.com/p/android/issues/detail?id=6094 and a similar thread here http://groups.google.com/group/android-developers/browse_thread/thread/852b8f78c6ab7f73

[android-developers] Re: Activity lifecycle problem on Nexus One - onStop not called

2010-03-04 Thread Zuli
Hi Matias, thanks for your reply, but that's not the point. Because onStop() is called when the activity is no longer visibile, it should be called when the user presses the HOME or BACK button, and that is not happening on the Nexus One... well not on mine at least :) Zuli On Mar 4, 8:23 pm

[android-developers] Re: HTML5 video don't play within a simple WebView

2010-03-03 Thread Zuli
Hi, you can look at the source code for the web browser for all the details, but you basically need to override the onShowCustomView method in your custom WebViewClient and handle yourself the video view displaying it on top of your layout. -- Zuli On 2 Mar, 23:42, gibert.b giber

[android-developers] Sound engine performance

2009-10-05 Thread Zuli
this? Thanks, Zuli ps: I am using .ogg files and there is not much graphic involved in the computation. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Picasa intent return code

2009-09-24 Thread Zuli
Hi, I use the standard Picasa upload activity in my application to send images to the user Picasa account, but everytime the Picasa activity returns in my onActivityResult function the return code is RESULT_CANCELED, no matter if I cancel the upload, press the back button or correctly upload the