# Jude95/EasyRecyclerView

ArrayAdapter,pull to refresh,auto load more,Header/Footer,EmptyView,ProgressView,ErrorView

Repository: https://github.com/Jude95/EasyRecyclerView
Canonical: https://ross.abutalabs.com/products/easyrecyclerview
Language: Java
License Family: other
Last push: 2022-07-27T08:32:10+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4064, "days_push": 1498, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2010, forks 451 (observed 2026-08-28T04:06:05.022077+00:00)

## What it is
An Android library that wraps RecyclerView with convenient APIs including array adapters, pull-to-refresh, automatic load-more, headers/footers, and empty/progress/error views. It decouples ViewHolders from Adapters so one ViewHolder can be reused across multiple adapters, fitting MVP architectures.

## Use cases
- add pull-to-refresh to a RecyclerView list
- implement infinite scroll with auto load more
- show empty, loading, and error states for a list
- add header and footer views to a RecyclerView
- reuse one ViewHolder across multiple adapters in MVP
- manage list data with add/remove/sort operations

## When to choose
- building Android list UIs with common patterns like refresh and pagination
- wanting less boilerplate in RecyclerView adapters
- using MVP and wanting decoupled ViewHolders

## When to avoid
- starting a new project where Jetpack Paging 3 and SwipeRefreshLayout are preferred
- projects requiring actively maintained dependencies with a clear license
- non-Android or Compose-based UIs

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, state-management
- domain: mobile-development, android-tools, frontend
- platform: jvm
- tags: recyclerview, pull-to-refresh, load-more, android-ui, adapter, viewholder, android, mobile

## Member repositories
- Jude95/EasyRecyclerView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:05.022077+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:01:07.105239+00:00, confidence not recorded.
  - readme: https://github.com/Jude95/EasyRecyclerView (fetched 2026-08-28T04:06:05.022077+00:00, sha d6bfab1d41c9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
