# liangjingkanji/BRV

[永久维护] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大

Repository: https://github.com/liangjingkanji/BRV
Canonical: https://ross.abutalabs.com/products/brv
Homepage: http://liangjingkanji.github.io/BRV/
Language: Kotlin
License: MIT
License Family: permissive
Topics: recyclerview
Last push: 2026-02-28T16:20:43+00:00

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

## Adoption (not part of the score)
Stars 2863, forks 342 (observed 2026-08-28T04:07:26.436045+00:00)

## What it is
BRV is a Kotlin framework for rapidly building RecyclerView lists on Android, positioning itself as a simpler, more powerful alternative to BRVAH. It provides declarative multi-type list setup, headers/footers, grouping, drag-and-drop, swipe actions, pull-to-refresh with load-more, and DataBinding/ViewBinding support.

## Use cases
- build multi-type recyclerview lists quickly in android
- add pull to refresh and load more to a list
- implement drag to reorder and swipe to delete in recyclerview
- create expandable collapsible grouped lists
- bind list items with viewbinding or databinding
- show sticky headers and item dividers in a list
- auto paginate list data from network requests

## When to choose
- you are building Android list UIs in Kotlin and want minimal boilerplate
- you need many list features (grouping, drag, swipe, refresh, paging) from one library
- you want to migrate from BRVAH to a more modern Kotlin DSL API

## When to avoid
- you are not developing for Android
- you prefer Jetpack Compose lists over RecyclerView
- you need a tiny dependency-free adapter without framework conventions

## Facets
- artifact type: library
- maturity: active
- function: ui-components, state-management
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: recyclerview, list-adapter, pull-to-refresh, drag-and-drop, data-binding, paging, kotlin-dsl, android

## Member repositories
- liangjingkanji/BRV (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:26.436045+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-30T07:36:19.564620+00:00, confidence not recorded.
  - readme: https://github.com/liangjingkanji/BRV (fetched 2026-08-28T04:07:26.436045+00:00, sha 10a948c5951f)
  - homepage: http://liangjingkanji.github.io/BRV/ (fetched 2026-08-29T09:51:54.461642+00:00, sha 878cda71c4ee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
