Lyra is a library that can save and restore the state of Android components easily through annotations. It will replace all the boilerplate code from onSaveInstanceState()
to save and restore the state of your variables.
This android library lets you persist the state of your views to recover them later in order to display old data until fresh data arrives.
AutoBundle generates boilerplate code for field binding with android.os.Bundle
.
Android's Bundle system works, but packing and unpacking the argument for Bundles is tedious and repetitive. This library takes care of the boilerplate.
Android library which uses annotation processor to help Android Developer easy to deal with Bundle to communicate between Activity, Fragment and Service.
PrettyBundle is inspired by Dart