jonfinerty/Once
A small Android library to manage one-off operations. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4081
- days_rel: n/a
- days_push: 1886
- n_releases_24m: 0
Adoption not part of the score
1197 stars · 82 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Once is a small Android library for managing one-off operations, letting apps track whether an action has already been performed within a given scope such as per install, per app version, or per time interval. It provides a simple tag-based API for marking tasks done, checking pending tasks, and rate-limiting operations.
Use cases
- show a guided app tour only on first install
- display release notes once per app upgrade
- rate-limit phoning home to once per hour
- show feature onboarding only after the user has seen basic functionality
- check when a tagged action was last performed
When to choose
- you need simple first-run or per-version one-time behavior in an Android app
- you want lightweight time-based rate limiting without extra dependencies
When to avoid
- you need persistent, user-facing task management or scheduling
- your project is not Android or targets API below 14
Facets
library · maturity maintenance
sdk mobile-development android-tools android-library one-off-operations rate-limiting first-run android
1 source
- readme: https://github.com/jonfinerty/Once · fetched 2026-08-28 · c133ddbf78bf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jonfinerty/Once | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem