recyclerview topic

List recyclerview repositories

android-advancedrecyclerview

5.3k
Stars
863
Forks
Watchers

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)

RecyclerItemDecoration

324
Stars
63
Forks
Watchers

ItemDecoration for RecyclerView using LinearLayoutManager for Android

MultiType

5.7k
Stars
749
Forks
Watchers

Flexible multiple types for Android RecyclerView.

DragSelectRecyclerView

403
Stars
48
Forks
Watchers

TouchListener that can be attached to any RecyclerView and handles multi selection for you

drag-select-recyclerview

2.0k
Stars
233
Forks
Watchers

👇 Easy Google Photos style multi-selection for RecyclerViews, powered by Kotlin and AndroidX.

recyclical

716
Stars
62
Forks
Watchers

🚀 An easy-to-use, extensible Kotlin DSL for setting up and manipulating RecyclerViews.

recycler-adapter

127
Stars
17
Forks
Watchers

RecyclerView-driven declarative UIs

SectionedRecyclerViewAdapter

1.7k
Stars
372
Forks
Watchers

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

Endless-RecyclerView

89
Stars
21
Forks
Watchers

Endless support for RecyclerView

klaster

363
Stars
9
Forks
Watchers

Declare RecyclerView adapters in a functional way, without boilerplate and subclassing. No compromises on flexibility. If it's possible to do something by subclassing, it's possible to do it with this...