Repository navigation

#

recyclerview-adapter

ANDROID. ChipsLayoutManager (SpanLayoutManager, FlowLayoutManager). A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features

Java
3283
5 年前

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

Java
3162
2 年前

"Favor composition over inheritance" for RecyclerView Adapters

Java
2938
1 年前

GroupedRecyclerViewAdapter可以很方便的实现RecyclerView的分组显示,并且每个组都可以包含组头、组尾和子项;可以方便实现多种Type类型的列表,可以实现如QQ联系人的列表一样的列表展开收起功能,还可以实现头部悬浮吸顶功能等。

Java
1655
3 年前

An Android library for decomposing RecyclerView layouts to improve scroll performance.

Java
1210
7 年前

主要提供了简单易用强大的RecyclerView库,包括自定义刷新加载效果、极简通用的万能适配器Adapter、万能分割线、多种分组效果、常见状态页面、item动画效果、添加多个header和footer、侧滑、拖拽、Sticky(黏性)效果、多item布局等,各模块之间灵活、解耦、通用、又能相互组合使用。

Java
631
5 年前

Provides fast scroll and section idexer for recycler view

Java
496
4 年前

A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.

Kotlin
469
1 年前

One Template which solves all frequently used RecyclerViews Code Snippets

FreeMarker
411
5 年前

This is kotlin BRVAH Demo

Kotlin
404
6 年前

Small, smart and generic adapter for recycler view with easy and advanced data to ViewHolder binding.

Kotlin
400
4 年前

(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 help you.

Kotlin
372
4 年前

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 library.

Kotlin
362
6 年前