Hello, I have an application with several Activities. I understand that the Android platform handle some sort of an Activity Stack so there is the option to go back to the previous Activities in the stack. I also know that there is no access to this Stack. I would like to know if there is a way to check if all my application Activities are finished (not in the Stack). in other words, if I'm in my first Activity and press the Back key or alternatively call Activity.finish(), I would like to get a notification that all my Application Activities are finished so I can control my application exit.
Thanks in advance, ayanir --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

