kymjs/TheMVP
An Android MVP Architecture Diagram Framwork. observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 40
- Release rhythm 10
- Longevity 100
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: 3965
- days_rel: 391
- days_push: 363
- n_releases_24m: 1
Adoption not part of the score
1690 stars · 341 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TheMVP is a lightweight Android framework implementing the MVP (Model-View-Presenter) architectural pattern to separate Activity/Fragment responsibilities from business logic. It keeps View and Model fully decoupled, producing smaller, more testable classes.
Use cases
- structure an Android app using the MVP pattern
- separate business logic from Activities and Fragments
- reduce the size of bloated Activity classes
- make Android UI code easier to unit test
- decouple View layer from Model layer in Android projects
When to choose
- building a Java-based Android app that wants a simple MVP architecture
- an Android codebase with oversized Activities needing separation of concerns
When to avoid
- starting a new project where MVVM with Jetpack (ViewModel, LiveData) or MVI is preferred
- a Kotlin-first project using modern Android architecture components
Facets
framework · maturity maintenance
mobile-framework state-management developer-tools mobile-development android-tools web-development jvm mvp android-architecture presenter view-model-separation activity-framework android mobile
3 sources
- readme: https://github.com/kymjs/TheMVP · fetched 2026-08-28 · af0ee0233f95
- homepage: http://www.kymjs.com/code/2015/11/09/01/ · fetched 2026-08-29 · 9200503f7466
- site_page: http://www.kymjs.com/about · fetched 2026-08-29 · b8f592086a6c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kymjs/TheMVP | main | 42 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem