On Tue, Jun 8, 2010 at 6:41 AM, Karteek N <[email protected]> wrote:
> What is the meaning of finish()? > Ends the current activity. > Is it not terminate the process? > No, what if you have two activities on top of each other and called finish on the one on top? Would you expect the entire process to end? > if not how can i terminate the process > Don't. Let Android deal with it. There are good reasons for why it works the way it does. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

