objectherder-android is a lightweight framework, to create or reuse objects in the time an user expects an AppCompatActivity or a Fragment to be the same.
Objects are kept when:
- Orientation is changed
- the app goes to background and is resumed
- another Activity ist started
Objects are removed when:
- an Activity is closed with back
- a Fragment is removed
You better use official API from google android architecture which was announced some month after the initial version of objectherder-android