meituan/WMRouter
WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。 observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 75
- 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: 2939
- days_rel: n/a
- days_push: 153
- n_releases_24m: 0
Adoption not part of the score
2365 stars · 341 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WMRouter is an Android routing framework from Meituan built around a componentized design, providing URI-based page navigation and a ServiceLoader mechanism for cross-module interface calls. It supports annotation-based registration, interceptors, fallback strategies, and flexible per-jump customization.
Use cases
- route android pages by uri
- handle deep links from outside the app
- navigate between modules in a componentized android app
- add login or location checks before opening a page
- call interfaces across app modules without direct dependencies
- track page navigation events centrally
- implement a/b testing for page redirects
When to choose
- you are building a large, componentized Android app with multiple modules that need decoupled communication
- you need unified handling of internal and external URI/deep-link navigation with interceptors
- you want centralized page-jump logic with fallback, monitoring, and A/B testing support
When to avoid
- you are building a small single-module app where plain Intents suffice
- you need routing for web backends or non-Android platforms
- you prefer a more actively evolving multiplatform routing solution
Facets
library · maturity maintenance
routing middleware plugin-system developer-tools mobile-development android-tools web-development jvm android-routing uri-dispatcher service-loader componentization annotation-processing interceptor page-navigation modular-architecture android
3 sources
- readme: https://github.com/meituan/WMRouter · fetched 2026-08-28 · 641076f49dd3
- homepage: https://tech.meituan.com/meituan_waimai_android_open_source_routing_framework.html · fetched 2026-08-29 · b0a4bc67b3e9
- site_page: https://tech.meituan.com/about.html · fetched 2026-08-29 · 6526db42300f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| meituan/WMRouter | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="meituan/WMRouter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem