# yqritc/RecyclerView-FlexibleDivider

Android library providing simple way to control divider items (ItemDecoration) of RecyclerView

Repository: https://github.com/yqritc/RecyclerView-FlexibleDivider
Canonical: https://ross.abutalabs.com/products/recyclerview-flexibledivider
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2023-08-23T10:06:19+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4248, "days_push": 1106, "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 2378, forks 395 (observed 2026-08-28T04:06:42.193049+00:00)

## What it is
An Android library that simplifies drawing dividers between items in a RecyclerView via custom ItemDecoration implementations. It provides builder-based configuration for color, size, margins, drawables, paints, and per-position customization.

## Use cases
- add dividers between recyclerview list items
- customize recyclerview item separator color and size
- draw horizontal dividers in a vertical list
- draw vertical dividers in a horizontal list
- use a drawable or 9patch as a list divider
- change divider appearance per position in a recyclerview

## When to choose
- you need fine-grained control over RecyclerView dividers without writing ItemDecoration code yourself
- you want per-position divider customization via provider interfaces
- you need dividers with margins, custom paint effects, or 9patch drawables

## When to avoid
- you use Jetpack Compose instead of RecyclerView
- you only need a simple default divider available via built-in APIs or newer libraries
- you need a actively maintained library with recent commits

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, graphics
- domain: mobile-development, android-tools, frontend
- platform: jvm
- tags: recyclerview, item-decoration, divider, android-library, java, android, mobile

## Member repositories
- yqritc/RecyclerView-FlexibleDivider (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:42.193049+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-30T02:34:55.013912+00:00, confidence not recorded.
  - readme: https://github.com/yqritc/RecyclerView-FlexibleDivider (fetched 2026-08-28T04:06:42.193049+00:00, sha 6ee2aff1e787)
- Data as of 2026-08-30T08:39:29.467469+00:00.
