airbnb/DeepLinkDispatch
A simple, annotation-based library for making deep link handling better on Android observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 78
- Release rhythm 68
- Longevity 100
Flags: no_license
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: 8.5
- age_days: 4101
- days_rel: 216
- days_push: 135
- n_releases_24m: 7
Adoption not part of the score
4413 stars · 413 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
DeepLinkDispatch is an annotation-based Android library for declarative deep link handling. Activities are annotated with @DeepLink and URIs, and the library parses incoming URIs and dispatches them to the right Activity with extracted parameters.
Use cases
- route incoming deep link URIs to Android activities
- extract path and query parameters from deep links
- register multiple deep links on a single activity
- auto-generate AndroidManifest intent filter entries for deep links
- handle deep links with multiple schemes, hosts, and domains
When to choose
- you build Android apps that need to open specific screens from URLs or notifications
- you want declarative, annotation-based deep link registration instead of manual intent filter parsing
- you have many deep links across modules and want manifest entries generated automatically
When to avoid
- you need deep link handling on iOS or non-Android platforms
- you prefer Jetpack Navigation's built-in deep link support
- your project does not use annotation processing (KSP/kapt)
Facets
library · maturity stable
routing middleware mobile-development android-tools web-development jvm deep-links annotation-processor uri-routing android-library android
1 source
- readme: https://github.com/airbnb/DeepLinkDispatch · fetched 2026-08-28 · 954b62938231
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| airbnb/DeepLinkDispatch | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="airbnb/DeepLinkDispatch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem