Ross ROSS = Recommend OSS · open-source software intelligence for agents

hongyangAndroid/baseAdapter

Android 万能的Adapter for ListView,RecyclerView,GridView等,支持多种Item类型的情况。 observed · 2026-08-28

github.com/hongyangAndroid/baseAdapter · Java · Apache-2.0 (permissive) 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: 4048
  • days_rel: n/a
  • days_push: 1785
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4700 stars · 1190 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A universal Android adapter library for ListView, RecyclerView, and GridView that eliminates boilerplate ViewHolder code. It supports multiple item view types via delegates and decorator-style wrappers for headers, footers, load-more, and empty views.

Use cases

  • bind data to RecyclerView without writing ViewHolder boilerplate
  • display multiple item view types in one list
  • add headers and footers to a RecyclerView
  • implement load-more pagination in a list
  • show an empty view when the list has no data
  • chain multiple adapter features like empty view plus load more

When to choose

  • building Android lists with ListView, RecyclerView, or GridView in Java
  • you want to reduce repetitive adapter and ViewHolder code
  • you need multi-type items, headers, footers, load-more, or empty views with minimal setup

When to avoid

  • starting a new project in Kotlin with modern Jetpack libraries like ListAdapter or Paging
  • you need Compose-based UIs
  • you require actively maintained dependencies

Facets

library · maturity maintenance

ui-components mobile-framework mobile-development android-tools developer-tools jvm adapter recyclerview listview viewholder multi-item-type load-more header-footer empty-view android mobile

1 source

Member repositories

RepositoryRoleHealth v2
hongyangAndroid/baseAdaptermain32

For agents

markdown · JSON · MCP: product_card(name="hongyangAndroid/baseAdapter")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem