Top "Parcel" questions

In Android, a Parcel is a container for a message (data and object references).

Can Nulls be passed to parcel?

Is it possible to write null to Parcel when parcelling an object, and get null back again when unparcelling it …

android parcelable parcel
Make a custom java object Parcelable in Android

I am trying to send an object of type MyCustomObject to another activity via an intent. I know, to make …

android parcelable parcel
How to get parcel or zipcode boundaries for display in map?

I want to add a boundary to a specified parcel of land so that it stands out in the map …

google-maps-api-3 polygon zipcode boundary parcel
Is it possible to parcel a generic class?

I'm trying to create public class MyClass<T extends Parcelable> implements Parcelable. I'm having trouble implementing Parcelable. Is …

java android generics parcelable parcel