On Fri, Mar 23, 2012 at 10:20 PM, Tac <[email protected]> wrote: > D/B(15580): -- onCreate -- > ... > D/A(15580): -- onCreate -- > > It looks like I came back to B. > Am I wrong? >
That looks strange. That looks like B was created first, then A, unless your "..." is B being stopped. The system does some caching to try to bring back to where it left off (in your case, "B") but I'm pretty sure that if your process is killed, it will not save that cached state. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

