I implement parcelable on my object and pass it in as an extra in the
intent
intent.putExtra("customObject", myParcelableObject);
Hope this helps!
Marc
On Jul 4, 1:34 pm, Thomas Frick <[email protected]> wrote:
> Dear All,
>
> I have two activities.
> Activity A creates an object and stores some data in this object.
> After that, activity B ist started. In activity B I have to use the
> object created in activity A.
>
> What is the best way to pass the object from activity A to B?
>
> I think it is not possible to store an object in the
> SharedPreferences, isn't it?
>
> Is it a good way to call the object in activity A directly from
> activity B?
>
> Thanks for your help.
> Thomas
--
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