Skip to content Skip to sidebar Skip to footer
Showing posts with the label Parcel

Saving Parcelable Data

I have a class which implements Parcelable, and could not implement Serializable because it contain… Read more Saving Parcelable Data

Android: Having Difficulty Passing An Object From One Activity To Another Using Parcel

I've read MANY articles on how to use Parcel and I've used it in my app but it isn't wo… Read more Android: Having Difficulty Passing An Object From One Activity To Another Using Parcel

Parcel, Classloader And Reading Null Values

I am trying to understand how to read null values from Parcel properly. Let's look my use case:… Read more Parcel, Classloader And Reading Null Values