# luojilab/DDComponentForAndroid

一套完整有效的android组件化方案，支持组件的组件完全隔离、单独调试、集成调试、组件交互、UI跳转、动态加载卸载等功能

Repository: https://github.com/luojilab/DDComponentForAndroid
Canonical: https://ross.abutalabs.com/products/ddcomponentforandroid
Language: Java
License: MIT
License Family: permissive
Topics: android-architecture, android-application, android-component, android
Last push: 2020-08-05T03:14:22+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": 3282, "days_push": 2219, "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 3316, forks 561 (observed 2026-08-28T04:07:56.141084+00:00)

## What it is
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
- artifact type: framework
- maturity: maintenance
- function: routing, middleware, developer-tools, build-tool
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: android-componentization, modularization, gradle-plugin, decoupling, activity-routing, single-module-debugging, architecture, android

## Member repositories
- luojilab/DDComponentForAndroid (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:56.141084+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-29T18:42:04.758601+00:00, confidence not recorded.
  - readme: https://github.com/luojilab/DDComponentForAndroid (fetched 2026-08-28T04:07:56.141084+00:00, sha 3f5164a04526)
- Data as of 2026-08-30T08:39:29.467469+00:00.
