# MarkoMilos/Paginate

Library for creating simple pagination functionality upon RecyclerView and AbsListView

Repository: https://github.com/MarkoMilos/Paginate
Canonical: https://ross.abutalabs.com/products/paginate
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2020-09-23T16:09:01+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": 3952, "days_push": 2170, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1341, forks 218 (observed 2026-08-28T04:04:26.095416+00:00)

## What it is
An Android library that adds pagination (infinite scrolling) to RecyclerView and AbsListView with minimal setup. It handles loading indicators, custom loading list items, and scroll-triggered load-more callbacks.

## Use cases
- add infinite scrolling to a RecyclerView
- load more data when user scrolls to bottom of a ListView
- show a custom loading row while fetching next page
- paginate a grid with GridLayoutManager
- implement load-more in an Android list without rewriting adapters

## When to choose
- you use RecyclerView or ListView/GridView and want drop-in pagination
- you need customizable loading list items and trigger thresholds
- you want a lightweight Java library with no heavy dependencies

## When to avoid
- you use Jetpack Compose instead of View-based lists
- you prefer Paging 3 from Android Jetpack for data-source-driven paging
- you need actively maintained support for the latest Android versions

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, middleware
- domain: mobile-development, android-tools, web-development
- platform: jvm
- tags: pagination, infinite-scroll, recyclerview, listview, android-library, android, mobile

## Member repositories
- MarkoMilos/Paginate (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:26.095416+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-30T04:43:43.256749+00:00, confidence not recorded.
  - readme: https://github.com/MarkoMilos/Paginate (fetched 2026-08-28T04:04:26.095416+00:00, sha d4a282cda595)
- Data as of 2026-08-30T08:39:29.467469+00:00.
