Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 668 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 668 Bytes

objectherder-android (deprecated)

At a glance

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

Deprecated so soon

You better use official API from google android architecture which was announced some month after the initial version of objectherder-android