trello-archive/RxLifecycle
Lifecycle handling APIs for Android apps using RxJava observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 4062
- days_rel: n/a
- days_push: 1259
- n_releases_24m: 0
Adoption not part of the score
7639 stars · 635 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RxLifecycle is a Java library for Android that automatically completes RxJava reactive sequences based on a lifecycle stream, preventing memory leaks from incomplete subscriptions. It provides binding APIs and provider components for Activities, Fragments, and Android's Architecture Components lifecycle.
Use cases
- prevent memory leaks from RxJava subscriptions in Android activities
- automatically complete observables when an Android activity is destroyed
- bind reactive streams to Android fragment lifecycle events
- terminate RxJava sequences on specific lifecycle events like DESTROY
- use RxJava with Android Architecture Components LifecycleOwner
- manage RxJava subscriptions in Kotlin Android apps
When to choose
- you use RxJava in Android apps and need lifecycle-aware subscription management
- you want to avoid memory leaks from long-running observables outliving activities or fragments
- you prefer declarative binding of streams to lifecycle events rather than manual unsubscribe calls
When to avoid
- you use Kotlin coroutines or Flow instead of RxJava
- you need actual unsubscribe behavior rather than sequence termination
- your project is not Android/JVM based
Facets
library · maturity maintenance
concurrency developer-tools mobile-development developer-tools jvm rxjava android-lifecycle reactive-streams memory-leaks kotlin-support android
1 source
- readme: https://github.com/trello-archive/RxLifecycle · fetched 2026-08-28 · e785bc812802
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| trello-archive/RxLifecycle | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="trello-archive/RxLifecycle")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem