Jason Proctor wrote:
> i have two activities, the first accepts some user input and sets the 
> second's configuration to do stuff. the droid way of doing this, 
> correct me if i'm wrong here, is to set the configuration in the 
> intent using putExtra() and then override onNewIntent() to pick up 
> the new intent each time. otherwise getIntent() just picks up the 
> original one.

If, in Activity A, you create a new Intent with new extras and call
startActivity() with that Intent, that launches Activity B, Activity B
will get the new extras.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

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

Reply via email to