nytimes/Store
Android Library for Async Data Loading and Caching observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: n/a
- age_days: 3564
- days_rel: n/a
- days_push: 2462
- n_releases_24m: 0
Adoption not part of the score
3494 stars · 303 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Store is a Java/Android library for reactive async data loading and caching, implementing the Repository pattern with an RxJava API. It manages fetching, parsing, and two-layer (memory and disk) caching of data with request throttling.
Use cases
- cache network responses on android
- offline-first data loading in android app
- avoid duplicate network requests with request throttling
- reactive data layer with rxjava
- in-memory and disk caching for android
When to choose
- building an Android app with RxJava that needs offline support
- you want a Repository-pattern abstraction over network and cache
When to avoid
- starting a new project - use the maintained dropbox/Store fork instead
- your project uses Kotlin coroutines/Flow rather than RxJava
Facets
library · maturity abandoned
caching http-client mobile-development android-tools jvm rxjava repository-pattern offline-first data-loading deprecated android mobile
1 source
- readme: https://github.com/nytimes/Store · fetched 2026-08-28 · a7ce5d8d5a67
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nytimes/Store | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem