Ross ROSS = Recommend OSS · open-source software intelligence for agents

kymjs/TheMVP

An Android MVP Architecture Diagram Framwork. observed · 2026-08-28

github.com/kymjs/TheMVP · homepage · Java · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
kymjs/TheMVPmain42

For agents

markdown · JSON · MCP: product_card(name="kymjs/TheMVP")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem