I have 3 different Activities that user navigates between in no
particular order. My goal it twofold:

   1. When user switches to something else when app is resumed I want
to start where user left even if app was terminated. Specifically I
want to display last viewed activity, not the default one
   2. When last activity is resumed I want to restore it to the last
viewed state (this one I think I have a pretty good idea on how to
achieve)

I think the problem is not start/stop - where I pretty much get what I
need, but onCreate() if app was terminated. In that case - it picks
Activity that I configured in the manifest. I suppose I can put
something in onCreate method of that default activity but is there a
better way that I'm maybe missing?

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