Agera is a set of classes and interfaces to help write functional, asynchronous, and reactive applications for Android. Requires Android SDK version 9 or higher. A few experimental sample extension libraries for Agera are also provided. Agera (Swedish for “to act”) is a super lightweight Android library that helps prepare data for consumption by the Android application components (such as Activities), or objects therein (such as Views), that have life-cycles in one form or another. It introduces a flavor of functional reactive programming, facilitates clear separation of the when, where and what factors of a data processing flow, and enables describing such a complex and asynchronous flow with a single expression, in near natural language.
Features
- For android.content interaction, such as BroadcastReceiver and SharedPreferences
- For SQLiteDatabase interaction
- For HTTPUrlConnection interaction
- For RecyclerView interaction
- For RecyclerView data binding interaction
- Requires Android SDK version 9 or higher