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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Icepick!