# mzule/ActivityRouter

Router activities and methods with url for android

Repository: https://github.com/mzule/ActivityRouter
Canonical: https://ross.abutalabs.com/products/activityrouter
Language: Java
License: Apache-2.0
License Family: permissive
Topics: activityrouter, router
Last push: 2021-05-20T14:50:41+00:00

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

## Adoption (not part of the score)
Stars 2789, forks 396 (observed 2026-08-28T04:07:22.041211+00:00)

## What it is
An Android library that maps URLs to Activities using annotations, enabling navigation via custom schemes from within the app or from a browser. It supports path and query parameters, typed parameter extraction, and priority matching for overlapping routes.

## Use cases
- route android activities by url
- handle deep links with custom scheme
- open app activity from browser link
- pass url parameters to activity
- define multiple urls for one activity
- typed intent extras from url path

## When to choose
- you need browser-to-app deep linking on android
- you want annotation-based activity routing without manual intent parsing
- you need path and query parameter extraction with type conversion
- you have overlapping url patterns requiring priority matching

## When to avoid
- you need routing for fragments or composables rather than activities
- you want a maintained library with recent releases
- your project uses kotlin-first navigation libraries like navigation component
- you need cross-platform routing beyond android

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, middleware
- domain: mobile-development, android-tools, web-development
- platform: jvm
- tags: url-routing, deep-linking, annotation-processor, android-activity, scheme-handler, intent-filter, uri-parameters, path-parameters, browser-to-app, android, mobile

## Member repositories
- mzule/ActivityRouter (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:22.041211+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-30T08:15:30.245987+00:00, confidence not recorded.
  - readme: https://github.com/mzule/ActivityRouter (fetched 2026-08-28T04:07:22.041211+00:00, sha 59290a3c5573)
- Data as of 2026-08-30T08:39:29.467469+00:00.
