I mean I want to do something when my app going to be stopped.(not destroyed) and the situations are two cases as I mentioned. #1 pressing home key #2 another app comes to front like an incoming call. both cases have same process onPause() -> onStop() so I cannot put some codes in onPause or onStop method. because I want to put different codes by the situation(#1 or #2)
On 8월9일, 오후12시09분, TreKing <[email protected]> wrote: > On Sun, Aug 8, 2010 at 9:49 PM, optimusgeek <[email protected]> wrote: > > Is there any way to find out? > > What difference does it make how your app is stopped? > > ------------------------------------------------------------------------------------------------- > 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

