I need to create an activity that can be "singleTop" so that multiple
intents get sent to the "onNewIntent" method without restarting the
activity.

I also need this activity to return a result. The basic behaviour is:


Activity "A" calls startActivityForResult on "B" one or more times
(providing updated information to "B"). When the user selects the
result from "B" it should return directly to "A".

I do not want the activity-transition animation to play each time "A"
updates "B" with new information.

How can I do this?


Cheers,
Keean.
-- 
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