Suppose i have an activity stack of 7 activities in certain order. now suppose that the phone decides to kill my application for one reason or the other or even the user decides to quit my application. Is there a way to replicate my activity stack using android methods ? (of course i can always retain a list of strings in the preferences removing and adding screens as i go and when the user press back i need to check if there is activity before me and if not check the preferences but i'm wondering if there's even an easier way).
-- 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

