# 6thsolution/EasyMVP

A full-featured framework that allows building android applications following the principles of Clean Architecture.

Repository: https://github.com/6thsolution/EasyMVP
Canonical: https://ross.abutalabs.com/products/easymvp
Homepage: http://6thsolution.github.io/EasyMVP
Language: Java
License: Apache-2.0
License Family: permissive
Topics: mvp, android, architecture, principles
Last push: 2023-01-04T15:31:08+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3789, "days_push": 1337, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1290, forks 129 (observed 2026-08-28T04:04:15.403750+00:00)

## What it is
EasyMVP is an Android MVP (Model-View-Presenter) framework that uses annotation processing and bytecode weaving to eliminate boilerplate when implementing MVP. It also supports building apps following Uncle Bob's Clean Architecture with UseCase and DataMapper abstractions.

## Use cases
- implement mvp pattern in android app
- reduce boilerplate in android presenters
- structure android app with clean architecture
- preserve presenters across configuration changes
- use annotations to wire views and presenters
- integrate rxjava with mvp on android

## When to choose
- you're building an Android app in Java with the MVP pattern
- you want Clean Architecture layering (UseCase, DataMapper) out of the box
- you prefer composition over inheritance and annotation-driven setup

## When to avoid
- you're using Kotlin with modern Android architecture components (ViewModel, MVVM, MVI)
- you need a actively developed library with recent updates
- your project uses newer Android Gradle Plugin versions that may not be compatible

## Facets
- artifact type: framework
- maturity: maintenance
- function: mobile-framework, state-management, middleware
- domain: mobile-development, web-development, developer-tools
- platform: jvm
- tags: mvp, clean-architecture, annotation-processing, bytecode-weaving, rxjava, dagger, android

## Member repositories
- 6thsolution/EasyMVP (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:15.403750+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-30T04:54:50.151718+00:00, confidence not recorded.
  - readme: https://github.com/6thsolution/EasyMVP (fetched 2026-08-28T04:04:15.403750+00:00, sha 28a157c0f445)
  - homepage: http://6thsolution.github.io/EasyMVP (fetched 2026-08-29T12:11:21.622025+00:00, sha c6f2f3a46d3f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
