Here is my situation, my app has 3 views (say, A, B, and C). A creates
B and finishes itself. B creates C and B still alive.

1. So, if I click Home, the app is hidden, and then I start the app
again, C shows up. Is there a way for me to do to show A if I restart
the app? I tried to playwith the setting finishOnTaskLaunch, it helps
to show A, but if I click back button, A disappears but C shows up.
Any other way to do this? Or if I can use finishOnTaskLaunch setting
and when A comes up, it will search to see if B or C is still up, if
they are kill them. Is there a way to do this?

2. On C, I have a button say Quit, which kills C (finish()), but B is
still there. Is there a way for me to kill B as well? So, when quit is
clicked, all my app should shut down.

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to