JessYanCoding/ProgressManager
⏳ Listen the progress of downloading and uploading in Okhttp, compatible Retrofit and Glide (一行代码即可监听 App 中所有网络链接的上传以及下载进度, 包括 Glide 的图片加载进度). observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3375
- days_rel: n/a
- days_push: 1499
- n_releases_24m: 0
Adoption not part of the score
2715 stars · 289 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight Android library that listens to download and upload progress of network requests made with Okhttp, Retrofit, and Glide using a one-line registration API. It uses an EventBus-like pattern where listeners are registered by URL and notified of progress anywhere in the app.
Use cases
- show download progress bar for files in android app
- track image loading progress with glide
- monitor upload progress for okhttp requests
- sync progress updates across multiple ui components
- listen to retrofit request progress
- display progress for multi-file uploads
When to choose
- your android app uses okhttp, retrofit, or glide and needs progress callbacks
- you want low-coupling progress listeners decoupled from request code
- you need multiple receivers synchronized on the same url's progress
When to avoid
- you use ktor or other non-okhttp networking stacks
- you need progress tracking for non-android jvm projects
- you need a library under active development
Facets
library · maturity maintenance
http-client middleware developer-tools mobile-development android-tools web-development jvm okhttp retrofit glide download-progress upload-progress event-listener java android mobile
1 source
- readme: https://github.com/JessYanCoding/ProgressManager · fetched 2026-08-28 · 802852964bbf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JessYanCoding/ProgressManager | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="JessYanCoding/ProgressManager")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem