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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Icepick!