luckybilly/Gloading
Show global loading status view in a low coupling way for Android App(超轻量级,深度解耦Android App中全局加载中、加载失败及空数据视图) 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: 2722
- days_rel: n/a
- days_push: 2575
- n_releases_24m: 0
Adoption not part of the score
1403 stars · 168 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Gloading is a tiny (~6KB, single Java file) Android library that displays global loading, load-failed, and empty-data status views in a low-coupling way using an Adapter pattern. It wraps activities, fragments, or arbitrary views without requiring layout changes or base-class inheritance.
Use cases
- show a global loading spinner across all Android app pages
- display load-failed UI with click-to-retry
- show empty data state views
- wrap RecyclerView or GridView with loading status
- decouple loading view UI from page code so it can be reused across apps
When to choose
- you want consistent loading/empty/error UI app-wide without modifying every layout
- you need to swap loading view styles per app without changing page code
- you want an extremely lightweight, dependency-free solution
When to avoid
- you need actively maintained library support (last release 2019)
- your project uses Jetpack Compose rather than View-based UI
- you need complex animated loading effects built in
Facets
library · maturity maintenance
ui-components mobile-framework mobile-development android-tools frontend jvm loading-state-view adapter-pattern low-coupling android-ui empty-view retry-view android mobile
3 sources
- readme: https://github.com/luckybilly/Gloading · fetched 2026-08-28 · d68217d4fbe3
- homepage: https://juejin.im/post/5c9649145188252d665f5229 · fetched 2026-08-29 · 0b8ed635e1b2
- site_page: https://link.juejin.cn?target=https%3A%2F%2Fluckybilly.github.io%2FGloading%2F · fetched 2026-08-29 · 256b759fcdaf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| luckybilly/Gloading | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="luckybilly/Gloading")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem