I have two activities A and B. A is in the stopped mode and B is
running. When I invoke finish() on B, A.onStart() and A.onResume() are
being invoked before B.onStop() and B.onDestroy().

Is this normal behavior? I find this a little strange! I want to
cleanup stuff before I hand over control to B.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to