Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Magnus Ernstsson edited this page Jan 26, 2016 · 19 revisions

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.

TODO: intriguing example; benefits overview; getting started etc.