mqzhangw/JIMU
一种简单有效的android组件化方案,支持组件的代码资源隔离、单独调试、集成调试、组件交互、UI跳转、生命周期等完整功能。 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: 3299
- days_rel: n/a
- days_push: 1907
- n_releases_24m: 0
Adoption not part of the score
2411 stars · 382 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
JIMU is an Android componentization framework that isolates each feature module's code and resources so components can run and be debugged independently, then be assembled into a complete app. It provides interface-based inter-component communication, scheme/host routing for UI navigation, generated route tables, dynamic component loading/unloading, and ordered component initialization.
Use cases
- split a large android app into independently debuggable modules
- decouple android feature modules so code and resources are fully isolated
- navigate between activities across modules with scheme and host routing
- run a single business component standalone for debugging
- integrate multiple components into a host app for combined debugging
- load and unload components dynamically at runtime
- initialize components in a defined order
- support kotlin modules in a componentized android project
When to choose
- you are building a large android app with multiple teams or feature modules that need strict isolation
- you want components that can be developed and debugged independently then assembled into one app
- you need cross-module navigation and interface-based communication without direct dependencies
When to avoid
- you are starting a small app where modularization overhead is not justified
- you need a framework with frequent updates and active maintenance
- you prefer Jetpack's recommended navigation and modularization approaches over a third-party gradle-plugin-based solution
Facets
framework · maturity maintenance
mobile-framework routing middleware mobile-development android-tools developer-tools jvm android-componentization modular-architecture gradle-plugin component-isolation single-module-debugging ui-navigation android
1 source
- readme: https://github.com/mqzhangw/JIMU · fetched 2026-08-28 · 9ea48b7417bf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mqzhangw/JIMU | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem