# kymjs/TheMVP

An Android MVP Architecture Diagram Framwork.

Repository: https://github.com/kymjs/TheMVP
Canonical: https://ross.abutalabs.com/products/themvp
Homepage: http://www.kymjs.com/code/2015/11/09/01/
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2025-09-05T02:38:12+00:00

## Health v2 (maintenance only)
Score: 42/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 40, release rhythm 10, longevity 100
- inputs: {"age_days": 3965, "days_push": 363, "days_rel": 391, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1690, forks 341 (observed 2026-08-28T04:05:22.506527+00:00)

## What it is
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
- artifact type: framework
- maturity: maintenance
- function: mobile-framework, state-management, developer-tools
- domain: mobile-development, android-tools, web-development
- platform: jvm
- tags: mvp, android-architecture, presenter, view-model-separation, activity-framework, android, mobile

## Member repositories
- kymjs/TheMVP (main) score 42

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:22.506527+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:38:22.487505+00:00, confidence not recorded.
  - readme: https://github.com/kymjs/TheMVP (fetched 2026-08-28T04:05:22.506527+00:00, sha af0ee0233f95)
  - homepage: http://www.kymjs.com/code/2015/11/09/01/ (fetched 2026-08-29T11:13:28.138959+00:00, sha 9200503f7466)
  - site_page: http://www.kymjs.com/about (fetched 2026-08-29T11:13:28.149339+00:00, sha b8f592086a6c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
