google/agera
Reactive Programming for Android observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3912
- days_rel: n/a
- days_push: 1693
- n_releases_24m: 0
Adoption not part of the score
7127 stars · 626 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Agera is a set of Java classes and interfaces from Google for writing functional, asynchronous, and reactive applications on Android, requiring Android SDK 9+. It includes optional experimental extension libraries for content providers, SQLite databases, HTTP connections, and RecyclerView integration.
Use cases
- build reactive Android apps with observable data flows
- handle asynchronous event streams in Android Java code
- bind RecyclerView adapters to reactive data sources
- reactively query SQLite databases on Android
- replace RxJava with a lightweight Google-maintained alternative
- wire up SharedPreferences and BroadcastReceivers reactively
When to choose
- you maintain an existing Android codebase already using Agera
- you want a small, Google-authored reactive library for Java-based Android apps
- you need reactive primitives without the full RxJava dependency footprint
When to avoid
- starting a new Android project - prefer Kotlin coroutines/Flow or RxJava
- you need an actively developed library with recent releases and community support
- your project uses Kotlin idioms rather than Java
- you need broad third-party ecosystem support like Retrofit adapters
Facets
library · maturity maintenance
concurrency state-management developer-tools mobile-development android-tools developer-tools jvm reactive-programming functional-reactive asynchronous observables java android-sdk android mobile
1 source
- readme: https://github.com/google/agera · fetched 2026-08-28 · 73b62344d2f5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/agera | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem