# XRecyclerView/XRecyclerView

A RecyclerView that implements pullrefresh and loadingmore featrues.you can use it like a standard RecyclerView

Repository: https://github.com/XRecyclerView/XRecyclerView
Canonical: https://ross.abutalabs.com/products/xrecyclerview
Language: Java
License Family: other
Topics: recyclerview, featrue, custom-view, pull-refresh, load-more
Last push: 2023-09-11T08:50:57+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": 3941, "days_push": 1087, "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 5295, forks 1241 (observed 2026-08-28T04:09:15.205780+00:00)

## What it is
An Android library that extends RecyclerView with pull-to-refresh, load-more, and header support while remaining API-compatible with the standard RecyclerView. It requires no special adapter, so it can be dropped into existing list-based screens.

## Use cases
- add pull-to-refresh to an Android list
- implement infinite scroll load more in RecyclerView
- add header and footer views to a RecyclerView
- build a refreshable feed screen on Android
- replace SwipeRefreshLayout with an all-in-one list component

## When to choose
- you want drop-in pull-refresh and load-more for a standard RecyclerView
- you need header/footer support without writing a custom adapter
- you are maintaining a legacy Java Android app already using it

## When to avoid
- starting a new Kotlin/Compose project where modern paging and refresh APIs are preferred
- you need actively maintained dependencies or guaranteed security patches
- you use AndroidX paging or SwipeRefreshLayout already

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

## Member repositories
- XRecyclerView/XRecyclerView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:15.205780+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-29T17:59:11.250433+00:00, confidence not recorded.
  - readme: https://github.com/XRecyclerView/XRecyclerView (fetched 2026-08-28T04:09:15.205780+00:00, sha 471494ed4aa0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
