[android-developers] Re: Pass data (bundle) to an activity instance?

2008-03-26 Thread Dan U.
In your Intent there is a putExtras On Mar 26, 2:51 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there an easy way to pass data (a bundle) to an activity instance? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: Pass data (bundle) to an activity instance?

2008-03-26 Thread Charlie Collins
And if you need more than primitive types, and need to pass data only between apps within in application (not between applications), then you can extend the Application object, or use a statics, search around the forum for passing user defined objects. On Mar 26, 6:28 pm, Dan U. [EMAIL