I thought you weren't really supposed to "quit" an app? I know the Android system will kill an app when necessary to reclaim resources. I have seen apps, including google maps that allow you to exit. In the case of google maps, if you're using the navigation, and don't exit, it keeps on talking and drains your battery pretty fast. I've learned from experience to exit that app! So I guess I can see a time when it should exit. But I thought by listening to the activity events of pause/resume, and so forth you can use those to exit the app gracefully?
For that matter, since games use threads, don't they have to stop the threads, save state, and such when a user presses home to exit out of it? Lastly, I thought we're never to try to block the home button? I didn't even know that was possible. On Sat, Jan 15, 2011 at 11:45 AM, TreKing <[email protected]> wrote: > On Sat, Jan 15, 2011 at 2:50 AM, JAlexoid (Aleksandr Panzin) < > [email protected]> wrote: > >> The ADB kills it with reinstall... So he could have missed it... > > > True - in which case I wouldn't call that proper testing. Once you think > you're ready to release something, you should be running it as the user > would run it - directly from your phone with no adb or debugger, to make > sure everything works as intended - including backing out. > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

