fullogique / foursquared

Automatically exported from code.google.com/p/foursquared
Apache License 2.0
0 stars 0 forks source link

Parcelable datatypes not parceling #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Pass an instance of FoursquareType as a parcelable extra in an intent.
2. If the intent is to launch an app, notice the crash.
3. Otherwise, notice that some information is not parcelled.

Original issue reported on code.google.com by jlapenna on 3 Aug 2009 at 12:47

GoogleCodeExporter commented 8 years ago
   * A FoursquareType with child FoursquareType will not be able to load the 
Parcelable when reconstructing it with the ParcelableCreator:
      " android.os.BadParcelableException: ClassNotFoundException when unmarshalling"

Original comment by jlapenna on 3 Aug 2009 at 12:53

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 3 Aug 2009 at 2:26

GoogleCodeExporter commented 8 years ago
Disabled parceling for now. work arounds are to use extras heavy intents.

Original comment by jlapenna on 5 Aug 2009 at 1:46

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 24 Aug 2009 at 2:42

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 29 Aug 2009 at 6:17