# frogermcs/AndroidDevMetrics

Performance metrics library for Android development (includes dagger2metrics)

Repository: https://github.com/frogermcs/AndroidDevMetrics
Canonical: https://ross.abutalabs.com/products/androiddevmetrics
Language: Java
License Family: other
Last push: 2019-04-26T09:57:34+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3871, "days_push": 2686, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1530, forks 120 (observed 2026-08-28T04:04:59.217462+00:00)

## What it is
AndroidDevMetrics is a performance metrics library for Android development that measures Activity lifecycle method execution times, frame rate drops, and Dagger 2 dependency graph initialization. It helps developers spot slow app startup and screen rendering during day-to-day debugging.

## Use cases
- measure android activity lifecycle method timings
- find why my android app launches slowly
- track frame rate drops per screen in android
- profile dagger 2 object initialization times
- trace activity lifecycle methods without recompiling the app
- instrument debug builds with performance metrics

## When to choose
- you want lightweight, debug-only performance instrumentation for Android apps
- you use Dagger 2 and want visibility into dependency initialization cost
- you need per-activity lifecycle and fps drop metrics without a full profiler

## When to avoid
- you need deep CPU/method profiling with call stacks - use Android Profiler or TraceView instead
- you need actively maintained tooling - the project has had no releases since 2019 and has no license
- you need production or release-build monitoring rather than debug-time metrics

## Facets
- artifact type: library
- maturity: maintenance
- function: monitoring, benchmarking, developer-tools
- domain: mobile-development, performance, developer-tools
- platform: -
- tags: android, performance-metrics, dagger2, activity-lifecycle, frame-rate, debugging

## Member repositories
- frogermcs/AndroidDevMetrics (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:59.217462+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-30T04:31:24.698258+00:00, confidence not recorded.
  - readme: https://github.com/frogermcs/AndroidDevMetrics (fetched 2026-08-28T04:04:59.217462+00:00, sha c6c2544c7d70)
- Data as of 2026-08-30T08:39:29.467469+00:00.
