viewholder topic

List viewholder repositories

LastAdapter

776
Stars
70
Forks
Watchers

Don't write a RecyclerView adapter again. Not even a ViewHolder!

BaseRecyclerViewAdapter

162
Stars
15
Forks
Watchers

⚡ Fast way to bind RecyclerView adapter and ViewHolder for implementing clean sections.

GenericRecyclerAdapter

52
Stars
19
Forks
Watchers

Easiest way to use RecyclerView. Reduce boilerplate code! You don't need to write adapters for listing pages anymore!

kiel

370
Stars
30
Forks
Watchers

(Published to MavenCentral) Kotlin way of building RecyclerView Adapter 🧩. You do not have to write RecyclerView Adapters again and again and suffer from handling of different view types. Kiel will h...

recycler-adapter

127
Stars
17
Forks
Watchers

RecyclerView-driven declarative UIs

Core-Adapter

23
Stars
5
Forks
Watchers

Support Any Type of items in recyclerview

FlexibleAdapter

3.6k
Stars
543
Forks
Watchers

Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)

FastAdapter

3.8k
Stars
493
Forks
Watchers

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

TableView

3.1k
Stars
451
Forks
Watchers

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.

Base

260
Stars
52
Forks
Watchers

🍁 Base是针对于Android开发封装好一些常用的基类,主要包括通用的Adapter、Activity、Fragment、Dialog等、和一些常用的Util类,只为更简单。