1 repository
Specialized logic for converting complex data types into Android bundles for state persistence.
Distinct from Custom Android Views: None of the candidates cover the specific logic of Android bundle serialization for complex types.
Explore 1 awesome GitHub repository matching mobile development · Custom Android Bundle Serialization. Refine with filters or upvote what's useful.
Icepick is an Android instance state library and persistence tool designed to automate the serialization and restoration of object state within Android bundles. It provides a framework for maintaining application state during activity recreation, configuration changes, and process death. The project utilizes annotation-driven code generation to create the boilerplate logic required for bundle manipulation and key management. It distinguishes itself through a provider-based serialization system that allows for custom serialization and deserialization logic when handling complex types that do n
Defines specific logic for how complex data types are converted into bundles for storage and retrieval on Android.