alibaba/ARouter
💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架) 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3550
- days_rel: n/a
- days_push: 1087
- n_releases_24m: 0
Adoption not part of the score
14459 stars · 2603 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ARouter is an Android routing framework from Alibaba that helps decouple navigation between pages and modules in componentized apps. It supports URL-based jumps, parameter injection, interceptors, dependency injection, and multi-module route management.
Use cases
- navigate between activities across modules in an Android app
- route external URLs to internal app pages with parameter parsing
- add login or analytics interceptors to navigation flows
- decouple communication between Android feature modules
- inject parameters into target pages automatically
- manage multi-module Android app componentization
When to choose
- building a large multi-module Android app that needs decoupled navigation
- you need URL-based deep linking into internal pages
- you want interceptors for login, tracking, or A/B logic during navigation
- you need cross-module service discovery via IoC on Android
When to avoid
- building a single-module app where simple Intents suffice
- you need Jetpack Navigation with Compose-first architecture
- you need a framework under active development with frequent updates
- targeting non-Android platforms
Facets
framework · maturity maintenance
routing middleware mobile-framework mobile-development android-tools developer-tools jvm android componentization navigation route-mapping interceptor annotation-processing decoupling dependency-injection
1 source
- readme: https://github.com/alibaba/ARouter · fetched 2026-08-28 · bce64e8527dd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alibaba/ARouter | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem