On Fri, Nov 12, 2010 at 3:15 PM, Derek Winstead <[email protected]>wrote:

> Bundle extras = getIntent().getExtras();
> myObjArray = extras.getParcelableArray("myObjArray");
>

The list of items you stored in the intent is NOT placed in the "extras"
Bundle - it's stored in the intent itself.
http://developer.android.com/reference/android/content/Intent.html#getParcelableArrayListExtra%28java.lang.String%29

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

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