ReactiveX/RxAndroid
RxJava bindings for Android observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 96
- Release rhythm 8
- Longevity 100
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: 4397
- days_rel: n/a
- days_push: 28
- n_releases_24m: 0
Adoption not part of the score
19932 stars · 2937 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RxAndroid provides Android-specific bindings for RxJava 3, adding the minimal classes needed to write reactive components in Android apps. Its core feature is schedulers that dispatch work to the Android main thread or any Looper.
Use cases
- observe async task results on the Android main thread
- replace AsyncTask with reactive streams in an Android app
- schedule RxJava observables on a specific Looper
- handle background work and UI updates reactively in Android
- compose asynchronous events in Android applications with RxJava
When to choose
- you already use RxJava 3 and need Android main-thread scheduling
- you want a minimal, battle-tested bridge between RxJava and Android Loopers
- your Android app is built around reactive/observable patterns
When to avoid
- you are starting a new project and prefer Kotlin coroutines/Flow
- you need reactive streams without Android dependencies
- you want frequent releases - RxAndroid releases are infrequent
Facets
library · maturity maintenance
concurrency middleware mobile-development android-tools jvm reactive-extensions rxjava schedulers async main-thread reactive-programming android
1 source
- readme: https://github.com/ReactiveX/RxAndroid · fetched 2026-08-28 · 754d3beaf090
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReactiveX/RxAndroid | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="ReactiveX/RxAndroid")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem