14.10.2010 23:16, Derek Winstead пишет:
I have an application that I would like to have multiple objects
passed around the activities. It seems that when I'm passing multiple
objects using Parcelables it seems it only grabs the first object and
the rest become null. Is this a issue with android not able to handle
more than one object made parcelable or am I just doing it wrong
somehow?

You can attach as many Parcelable (or any other type) extras to an Intent as you like - just make sure that the String key is unique for each.

Think hash tables.

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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