luckybilly/CC
业界首个支持渐进式组件化改造的Android组件化开源框架,支持跨进程调用。Componentize your android project gradually. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3205
- days_rel: n/a
- days_push: 1058
- n_releases_24m: 0
Adoption not part of the score
4037 stars · 631 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CC (ComponentCaller) is an Android componentization framework built on a component-bus architecture that supports gradual, incremental refactoring of monolithic Android projects into decoupled components. It enables cross-process and cross-app component calls with a consistent API, and ships with the cc-register Gradle plugin for automatic component registration and standalone component debugging.
Use cases
- componentize an android monolith gradually
- call components across processes in android
- run a single android module as a standalone app for debugging
- decouple android modules without rewriting existing code
- replace android routing frameworks with a component bus
- register android components automatically at build time
When to choose
- you are componentizing a large legacy Android app and want incremental adoption without pre-existing decoupling
- you need cross-process or cross-app component invocation without AIDL or bindService boilerplate
- you want components to run and be debugged independently as separate apps
When to avoid
- you only need simple in-app page navigation, where a lightweight router suffices
- your project is Kotlin-first and you prefer a modern, actively evolving framework
- you need a solution with frequent updates and broad community maintenance
Facets
framework · maturity maintenance
routing middleware plugin-system developer-tools mobile-development android-tools web-development jvm android componentization component-bus cross-process-calls gradle-plugin modular-architecture decoupling
2 sources
- readme: https://github.com/luckybilly/CC · fetched 2026-08-28 · a47f3dd7117e
- homepage: https://luckybilly.github.io/CC-website/ · fetched 2026-08-29 · 3817e0fb9b8a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| luckybilly/CC | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem