Re: [android-developers] Multiple Object Passing Between Activies

2010-10-14 Thread Kumar Bibek
Haven't tried this yet, never felt the need, but I am guessing that it should work On 15-Oct-2010 12:54 AM, "Kostya Vasilyev" wrote: 14.10.2010 23:16, Derek Winstead пишет: > > I have an application that I would like to have multiple objects > passed around the activities... You can attach as

Re: [android-developers] Multiple Object Passing Between Activies

2010-10-14 Thread Kostya Vasilyev
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

[android-developers] Multiple Object Passing Between Activies

2010-10-14 Thread 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 mad