JoanZapata/base-adapter-helper
Abstraction for the usual BaseAdapter "ViewHolder" pattern observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 4898
- days_rel: n/a
- days_push: 3805
- n_releases_24m: 0
Adoption not part of the score
1782 stars · 531 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java library for Android that removes the boilerplate of the ViewHolder pattern in BaseAdapter's getView() method. It provides BaseAdapterHelper with fluent view setters and QuickAdapter, which implements most of the adapter for you based on your data list.
Use cases
- reduce viewholder boilerplate in android list adapters
- write cleaner baseadapter getview code
- bind data to list item views with fluent setters
- load images into imageviews with picasso from an adapter
- create quick adapters backed by a data list
When to choose
- maintaining a legacy Android ListView/GridView codebase with repetitive adapter code
- you want a lightweight, dependency-minimal adapter helper on Maven Central
When to avoid
- starting a new Android project - use RecyclerView with modern binding or Jetpack Compose instead
- you need actively maintained or updated library support
Facets
library · maturity abandoned
ui-components mobile-framework mobile-development android-tools developer-tools jvm android listview adapter viewholder baseadapter jvm mobile
1 source
- readme: https://github.com/JoanZapata/base-adapter-helper · fetched 2026-08-28 · ff58972a09d6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JoanZapata/base-adapter-helper | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="JoanZapata/base-adapter-helper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem