BRVAH:Powerful and flexible RecyclerAdapter
-
Updated
Aug 31, 2020 - Java
{{ message }}
BRVAH:Powerful and flexible RecyclerAdapter
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
ANDROID. ChipsLayoutManager (SpanLayoutManager, FlowLayoutManager). A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
"Favor composition over inheritance" for RecyclerView Adapters
An Android library for decomposing RecyclerView layouts to improve scroll performance.
A single adapter with multiple view types for the whole project
GroupedRecyclerViewAdapter可以很方便的实现RecyclerView的分组显示,并且每个组都可以包含组头、组尾和子项;可以方便实现多种Type类型的列表,可以实现如QQ联系人的列表一样的列表展开收起功能,还可以实现头部悬浮吸顶功能等。
Don't write a RecyclerView adapter again. Not even a ViewHolder!
Easily create complex recyclerview adapters in android
Display code with syntax highlighting
主要提供了简单易用强大的RecyclerView库,包括自定义刷新加载效果、极简通用的万能适配器Adapter、万能分割线、多种分组效果、常见状态页面、item动画效果、添加多个header和footer、侧滑、拖拽、Sticky(黏性)效果、多item布局等,各模块之间灵活、解耦、通用、又能相互组合使用。
Zoom Recycler Layout Manager For Android Kotlin
Provides fast scroll and section idexer for recycler view
One Template which solves all frequently used RecyclerViews Code Snippets
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.
Multi choice selection applied on recycler view make life easier
支持下拉刷新,上拉加载,Header,Footer,复杂多种数据结构类型
A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
RecyclerView onItemClick、onItemLongClick、drag、swipe、divider RecyclerView 梳理:点击&长按事件、分割线、拖曳排序、滑动删除
It wraps your Adapter to display Admob native ads and banners in a ListView/RecyclerView data set. It based on the Yahoo fetchr project https://github.com/yahoo/fetchr
Flap(灵动),一个页面组件化框架。
new method to build data in RecyclerView with Kotlin!
RV Adapter 优雅封装,抽取列表模版,可以快速的添加一个列表,使用组装的方式构建Adapter,抽象Cell 角色,负责创建ViewHolder,绑定数据和逻辑处理。Cell为一个独立的组件。
快速使用的RecyclerView Adapter
Add a description, image, and links to the recyclerview-adapter topic page so that developers can more easily learn about it.
To associate your repository with the recyclerview-adapter topic, visit your repo's landing page and select "manage topics."
ibrahimyilmaz/kiel#40 added syntax to define Diff callback for whole adapter. But you still have no ability to define diff callback for
registerblocks separately.There is example of how it may look like: