When the currently-resumed Activity finishes itself, onPause and onStop are 
clearly called. Is there any other code that executes on the Activity or 
its views? Specifically:

   1. Is it possible for any touch events (View#onTouchEvent) to be 
   dispatched?
   2. Can AnimationListener#onAnimationEnd be called for any animations 
   that happenned to be in progress or just terminated? 
   3. Can GestureDetector.OnDoubleTapListener.onSingleTapConfirmed be 
   called (since it uses a timer to check if a second tap will be received or 
   not)?

I am seeing some rare crashes where it *seems* that these method may be 
called after finish(). I am not sure about it, but wanted to understand 
what the model is and what to expect. Unless finish() removes all relevant 
pending Runnables from the Looper, it seems like any of the above could 
happen.

Thanks,
Shri

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to