# luizgrp/SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.

Repository: https://github.com/luizgrp/SectionedRecyclerViewAdapter
Canonical: https://ross.abutalabs.com/products/sectionedrecyclerviewadapter
Language: Java
License: MIT
License Family: permissive
Topics: android, android-library, recyclerview, adapter
Archived: true
Last push: 2022-02-27T11:51:14+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3860, "days_push": 1648, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1680, forks 374 (observed 2026-08-28T04:05:21.521324+00:00)

## What it is
A Java library for Android that wraps RecyclerView.Adapter to split lists into sections with headers and footers. Each section can independently manage loading, loaded, failed, and empty states.

## Use cases
- display grouped lists with section headers in a recyclerview
- add footers to sections of an android list
- show loading, failed, or empty states per section
- split recyclerview data into multiple sections
- build grid layouts with section headers
- implement sectioned lists in an android app

## When to choose
- you need sectioned RecyclerView lists with per-section state in a Java Android project
- you want a mature, well-documented adapter wrapper for headers and footers

## When to avoid
- you are starting a new project, since the repository is archived and unmaintained
- you use Kotlin and prefer a modern, actively maintained alternative
- you need AndroidX support beyond the final v3.x release

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, state-management
- domain: mobile-development, android-tools, frontend
- platform: -
- tags: recyclerview, adapter, sections, headers, footers, java, androidx, archived, android, mobile

## Member repositories
- luizgrp/SectionedRecyclerViewAdapter (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:21.521324+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:41:28.178911+00:00, confidence not recorded.
  - readme: https://github.com/luizgrp/SectionedRecyclerViewAdapter (fetched 2026-08-28T04:05:21.521324+00:00, sha bee3eac6d14d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
