On Nov 2, 8:54 pm, Miles <miles_christ...@yahoo.com> wrote:
> So is there a way to hook event listeners for lifecycle events?

Not really.  You can write your own subclass of Activity that accepts
a listener for events and hook it all up yourself.  Then you can have
all your actual activities that need lifecycle callbacks subclass that
instead of Activity directly.  There also may be some frameworks that
do this for you, but you won't get it from Android directly.

Doug

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