luojilab/DDComponentForAndroid
一套完整有效的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: 3282
- days_rel: n/a
- days_push: 2219
- n_releases_24m: 0
Adoption not part of the score
3316 stars · 561 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
DDComponentForAndroid is a complete componentization (modularization) framework for Android apps, provided as a Gradle plugin plus runtime library. It enables fully isolated components that can be debugged standalone, integrated for joint debugging, communicate via interfaces, navigate via scheme/host routing, and be dynamically loaded or unloaded.
Use cases
- decouple a monolithic Android app into isolated modules
- run and debug a single Android module independently
- navigate between activities across modules via scheme and host routing
- let components communicate through interface + implementation without direct dependencies
- dynamically load or unload integrated components at runtime
- set up any component as a host for integration debugging
- support Kotlin components in a componentized project
When to choose
- you are building a large Android app with multiple teams working on separate modules
- you want strict code isolation between feature modules with no direct coupling
- you need per-module standalone debugging and flexible integration debugging
- you want automatic route table generation for cross-module UI navigation
When to avoid
- you are starting a new project where Jetpack/official modularization tools (e.g., Navigation, Hilt, Deep Link) suffice
- your project is small and componentization overhead is not justified
- you need actively maintained tooling - the latest release dates to 2020
- you rely on very recent Android Gradle Plugin versions that may be incompatible
Facets
framework · maturity maintenance
routing middleware developer-tools build-tool mobile-development android-tools developer-tools jvm android-componentization modularization gradle-plugin decoupling activity-routing single-module-debugging architecture android
1 source
- readme: https://github.com/luojilab/DDComponentForAndroid · fetched 2026-08-28 · 3f5164a04526
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| luojilab/DDComponentForAndroid | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="luojilab/DDComponentForAndroid")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem