[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 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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 PROTECTED] wrote:
 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 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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---