Icepick is an Android library that dramatically simplifies saving and restoring Activity or Fragment instance state. Instead of manually writing Bundle code, you annotate fields with @State, and an annotation processor auto-generates the necessary boilerplate. This fosters cleaner, more maintainable code by removing repetitive onSaveInstanceState() and onRestoreInstanceState() logic.
Features
- @State annotation for auto-saving/restoring fields
- Annotation processor generating bundle read/write code
- Supports primitives, objects, and Parcelable types
- No runtime reflection—compile-time efficiency
- Reduces boilerplate in onSaveInstanceState/onRestoreInstanceState
- Released under Apache/EPL-compatible license
Categories
Software DevelopmentLicense
Eclipse Public LicenseFollow Icepick
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Icepick!