Skip to content

This Project is used to help create parcelable with annotation. I wrote this project in reference to Butter-Knife , and directly use lots of code from it . Thanks to JakeWharton and his ButterKnife project.

Notifications You must be signed in to change notification settings

nyanpassu/ParcelKit

Repository files navigation

ParcelKit

This Project is used to help create parcelable with annotation. I wrote this project in reference to Butter-Knife. Thanks to JakeWharton and his ButterKnife project.

Usage:

you can create parcelable in two way :

  1. Make your class implement parcelable and get creator from ParcelKit.
  2. Do not implement parcelable , just annotate field with ParcelField , and create a delegate Parcelable with ParcelKit.toParcelable

About

This Project is used to help create parcelable with annotation. I wrote this project in reference to Butter-Knife , and directly use lots of code from it . Thanks to JakeWharton and his ButterKnife project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages