androidbroadcast/ViewBindingPropertyDelegate
Make work with Android View Binding simpler observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 86
- Release rhythm 40
- 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: 6
- age_days: 2314
- days_rel: 566
- days_push: 88
- n_releases_24m: 4
Adoption not part of the score
1474 stars · 101 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Kotlin library that simplifies Android View Binding usage via property delegates. It lazily creates ViewBinding instances and clears references on view destruction to prevent memory leaks.
Use cases
- bind views in fragments without nullable binding references
- avoid memory leaks from retained ViewBinding instances
- lazily create ViewBinding in activities and fragments
- replace findViewById boilerplate with delegates
- use ViewBinding in RecyclerView adapters and BottomSheets
When to choose
- you use Android ViewBinding and want concise, leak-safe binding access
- you want a no-reflection, performant delegate implementation
- you work with fragments where binding must be cleared in onDestroyView
When to avoid
- you use Jetpack Compose exclusively with no ViewBinding
- your project has ViewBinding disabled or uses DataBinding features instead
Facets
library · maturity active
ui-components developer-tools mobile-development android-tools developer-tools viewbinding kotlin property-delegate lifecycle memory-leak-prevention android
1 source
- readme: https://github.com/androidbroadcast/ViewBindingPropertyDelegate · fetched 2026-08-28 · a1456ce1d02a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| androidbroadcast/ViewBindingPropertyDelegate | main | 73 |
For agents
markdown · JSON · MCP: product_card(name="androidbroadcast/ViewBindingPropertyDelegate")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem