konmik/nucleus
Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4298
- days_rel: n/a
- days_push: 2673
- n_releases_24m: 0
Adoption not part of the score
1950 stars · 248 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Nucleus is an Android library implementing the Model-View-Presenter pattern to reliably connect background tasks with UI components. It handles presenter persistence across configuration changes and process restarts, integrating with RxJava.
Use cases
- implement MVP architecture on Android
- survive background tasks across configuration changes
- restart background tasks after process death
- replace AsyncTask and Loader with RxJava presenters
- avoid progress-bar-forever bugs after process restart
When to choose
- maintaining a legacy Android app already built with Nucleus
- you specifically want MVP with RxJava on Android
When to avoid
- starting a new Android project - it is deprecated and unmaintained
- you prefer Redux/MVI architectures - the author recommends ReKotlin instead
- you need ongoing support or updates
Facets
library · maturity abandoned
state-management concurrency mobile-development android-tools mvp presenter rxjava android deprecated
1 source
- readme: https://github.com/konmik/nucleus · fetched 2026-08-28 · 6f16d2f27b24
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| konmik/nucleus | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem