# mikepenz/FastAdapter

The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...

Repository: https://github.com/mikepenz/FastAdapter
Canonical: https://ross.abutalabs.com/products/fastadapter
Homepage: https://mikepenz.dev
Language: Kotlin
License: Apache-2.0
License Family: permissive
Topics: recyclerview, fastadapter, viewholder, multi-select, click-listeners, drag-and-drop, swipe, recyclerview-adapter, adapter, android, android-library, android-development, android-ui, mikepenz, kotlin, kotlin-android, hacktoberfest
Last push: 2026-04-09T12:54:15+00:00

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

## Adoption (not part of the score)
Stars 3879, forks 490 (observed 2026-08-28T04:08:27.964916+00:00)

## What it is
FastAdapter is a Kotlin library that simplifies building RecyclerView adapters on Android, handling item views, click listeners, selection, and more with minimal boilerplate. It ships modular extensions for expandable items, drag & drop, sticky headers, filtering, endless scroll, and swipe gestures.

## Use cases
- build a recyclerview adapter with less boilerplate
- add multi-select to an android list
- implement swipe-to-dismiss on list items
- create expandable list items in recyclerview
- add sticky headers to a recyclerview
- implement endless scroll / infinite loading list
- handle click and long-click listeners on list items

## When to choose
- you build Android list/grid UIs with RecyclerView and want to cut adapter boilerplate
- you need selection, expandable items, drag & drop, or swipe actions out of the box
- you want a well-maintained, widely used Kotlin adapter library

## When to avoid
- you use Jetpack Compose lists instead of RecyclerView
- your project is not Android/Kotlin
- you need a fully custom adapter architecture the library's item model can't express

## Facets
- artifact type: library
- maturity: active
- function: ui-components, state-management, routing
- domain: mobile-development, android-tools, frontend
- platform: jvm
- tags: recyclerview, adapter, viewholder, multi-select, drag-and-drop, swipe-to-dismiss, sticky-headers, endless-scroll, kotlin-android, android, mobile

## Member repositories
- mikepenz/FastAdapter (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:27.964916+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-29T18:25:44.316290+00:00, confidence not recorded.
  - readme: https://github.com/mikepenz/FastAdapter (fetched 2026-08-28T04:08:27.964916+00:00, sha 6266a4edd379)
  - homepage: https://mikepenz.dev (fetched 2026-08-29T09:19:45.807232+00:00, sha 913a38ab3b6e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
