# devunwired/recyclerview-playground

Examples of RecyclerView use and custom LayoutManager implementations

Repository: https://github.com/devunwired/recyclerview-playground
Canonical: https://ross.abutalabs.com/products/recyclerview-playground
Language: Java
License: MIT
License Family: permissive
Last push: 2023-05-06T23:21:16+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4391, "days_push": 1215, "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 1241, forks 265 (observed 2026-08-28T04:04:06.333281+00:00)

## What it is
A collection of Android sample code demonstrating RecyclerView usage, including custom ItemDecorations and custom LayoutManager implementations like fixed and 2D scrolling grids. It is explicitly a demo/learning resource, not a library dependency.

## Use cases
- learn how to use recyclerview in android
- examples of custom layoutmanager implementations
- how to draw dividers between recyclerview items
- build a 2d scrolling grid with recyclerview
- sample code for gridlayoutmanager and linearlayoutmanager
- reference for itemdecoration insets and dividers

## When to choose
- you are learning RecyclerView APIs on Android
- you need reference implementations of custom LayoutManagers or ItemDecorations
- you want copy-paste sample code for grid layouts and dividers

## When to avoid
- you need a maintained library dependency for production apps
- you expect bug fixes or feature requests to be addressed
- you need Jetpack Compose equivalents

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: ui-components, developer-tools
- domain: mobile-development, android-tools, tutorials, web-development
- platform: jvm
- tags: recyclerview, layoutmanager, android-samples, itemdecoration, sample-code, android, mobile

## Member repositories
- devunwired/recyclerview-playground (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:06.333281+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-30T05:08:28.788239+00:00, confidence not recorded.
  - readme: https://github.com/devunwired/recyclerview-playground (fetched 2026-08-28T04:04:06.333281+00:00, sha 3e89e929a4da)
- Data as of 2026-08-30T08:39:29.467469+00:00.
