> Which is the way to attach the custom event handlers for the
> activities, in case they support one, when the activity is started
> using Intent and startActivity() methods.

If they are your own activities, the only "event handlers" are the
standard callbacks (onCreate(), onPause(), etc.).

If they are not your activities, I do not believe there is a event handler
mechanism that fits what you are requesting.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 2.0 Available!



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