We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adding list of types supported for Parcelable
Update to Android Studio Parcelable
Added a section about a IntelliJ Plugin that allows you to create a parcelable object with a right click and 'generate parcelable' opition
Updated Using Parcelable (markdown)
Added a Parcelabler to the Using Parcelable Notes. A utils that revolutionized the way I create Parcelable.
added default constructor to example
Added conclusion example and fixed up several parts. Added more caveats.
Updated Using Parcelable 2 (markdown)