Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Android Parcelables made easy through code generation.

Jul 5, 2014

Icepick is an Android library that simplifies the lifecycle of save and restore instance state. It uses annotation processing to generate code that does bundle manipulation and key generation, removing lots of boilerplate from your classes.

Aug 22, 2014

A tool for generating Android Parcelable implementations.

Jul 5, 2014

Fast Read/Write POJO json and byte arrays.

  • uses processorAnnotation for code generation
  • faster than sdk Parcelable
  • only one annotation need - @Value
Nov 29, 2017

ParcelablePlease is an Annotation Processor for generating Parcelable code.

Oct 12, 2014

auto-parcel is a port of Google AutoValue for Android with Parcelable generation goodies.

Jul 5, 2014

This project is a code generator written in Java used to generate Android code. Given a JSON definition file, it will generate the corresponding Parcelable class.

Jul 5, 2014