# chenenyu/Router

🍭灵活的组件化路由框架.

Repository: https://github.com/chenenyu/Router
Canonical: https://ross.abutalabs.com/products/chenenyu-router
Language: Java
License: NOASSERTION
License Family: other
Topics: android, router, component, cross-module, annotation, decoupling, annotations, route
Last push: 2022-07-05T02:18:43+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3535, "days_push": 1521, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1568, forks 227 (observed 2026-08-28T04:05:05.073945+00:00)

## What it is
A flexible component-based routing framework for Android that decouples cross-module navigation using annotations. It supports URI-based routing to Activities and Fragments, parameter injection, and route interceptors.

## Use cases
- navigate between android modules without direct dependencies
- route to activities by uri string in android
- inject bundle params into activity fields automatically
- add interceptors to android navigation flows
- start activity for result via router
- get fragment instances by route path

## When to choose
- building a multi-module android app needing decoupled navigation
- wanting annotation-based route registration with interceptors and param injection

## When to avoid
- using Jetpack Navigation or a Compose-based app with its own navigation stack
- non-android java projects

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, middleware
- domain: mobile-development, android-tools
- platform: -
- tags: component-based, annotation-processor, uri-routing, decoupling, navigation, android

## Member repositories
- chenenyu/Router (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:05.073945+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-30T03:58:56.832947+00:00, confidence not recorded.
  - readme: https://github.com/chenenyu/Router (fetched 2026-08-28T04:05:05.073945+00:00, sha 1a3dee8503d9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
