UCodeUStory/S-MVP
🔥🔥优化版MVP,使用注解泛型简化代码编写,使用模块化协议方便维护,APT过程使用注解解析器利用JavaPoet🌝完成重复模块的编写,利用ASpect+GradlePlugin 完成横向AOP编程+Javassist动态字节码注入+Tinker实现热修复+Retrofit实现优雅网络操作+RxJava轻松玩转数据处理 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3248
- days_rel: n/a
- days_push: 2567
- n_releases_24m: 0
Adoption not part of the score
1080 stars · 125 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An optimized Android MVP framework written in Java that simplifies Presenter/View boilerplate using annotations, generics, and APT code generation with JavaPoet. It integrates AspectJ via a Gradle plugin, Javassist bytecode injection, Tinker hot-fixing, Retrofit networking, and RxJava for reactive data handling.
Use cases
- reduce MVP boilerplate classes in Android apps
- generate Presenter code automatically with annotations
- apply AOP cross-cutting concerns like logging and caching in Android
- inject bytecode without modifying source code using Javassist
- implement hot fixes in production Android apps with Tinker
- coordinate multiple parallel async requests and merge results
- chain sequential network requests without nested callbacks
- bind views with a custom annotation-based BindView
When to choose
- building an Android app with MVP architecture and less boilerplate
- you want AOP features like method timing logs, memory caching, and login checks via annotations
- you need coordinated parallel or serial async task management
- you want an integrated stack of Retrofit, RxJava, and Tinker hot-fixing
When to avoid
- starting a new Android project where modern MVVM/MVI with Kotlin and Jetpack is preferred
- the project is inactive and targets older Android SDKs and Java-based tooling
- you want minimal dependencies rather than a full framework with bytecode weaving and hot-fix tooling
Facets
framework · maturity maintenance
web-framework middleware developer-tools build-tool logging caching http-client concurrency mobile-development android-tools developer-tools web-development jvm mvp android aspectj javassist apt annotation-processing tinker hotfix retrofit rxjava aop bytecode-injection lifecycle modular-architecture chinese-documentation gradle
1 source
- readme: https://github.com/UCodeUStory/S-MVP · fetched 2026-08-28 · 2cc1cb2ad08b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| UCodeUStory/S-MVP | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="UCodeUStory/S-MVP")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem