Cindy (or April)- > Will finish() be called every time?
As I wrote before, unless you override the key handlers, pressing the back button *will* call finish(). > so current activity will be > totally destroyed (onDestroy() will be called)? Please refer to the documentation I sent you the link to. Most, if not all of your questions are answered in it. For example, in the Activity Lifecycle section, it says that onDestroy() is called "because the activity is finishing (someone called finish() on it)." --Andy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

