BRVAH:Powerful and flexible RecyclerAdapter
-
Updated
Jun 17, 2021 - 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
GroupedRecyclerViewAdapter可以很方便的实现RecyclerView的分组显示,并且每个组都可以包含组头、组尾和子项;可以方便实现多种Type类型的列表,可以实现如QQ联系人的列表一样的列表展开收起功能,还可以实现头部悬浮吸顶功能等。
An Android library for decomposing RecyclerView layouts to improve scroll performance.
A single adapter with multiple view types for the whole project
Easily create complex recyclerview adapters in android
Don't write a RecyclerView adapter again. Not even a ViewHolder!
Display code with syntax highlighting
主要提供了简单易用强大的RecyclerView库,包括自定义刷新加载效果、极简通用的万能适配器Adapter、万能分割线、多种分组效果、常见状态页面、item动画效果、添加多个header和footer、侧滑、拖拽、Sticky(黏性)效果、多item布局等,各模块之间灵活、解耦、通用、又能相互组合使用。
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
A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
支持下拉刷新,上拉加载,Header,Footer,复杂多种数据结构类型
Small, smart and generic adapter for recycler view with easy and advanced data to ViewHolder binding.
RecyclerView onItemClick、onItemLongClick、drag、swipe、divider、reuse disorder RecyclerView 梳理:点击&长按事件、分割线、拖曳排序、滑动删除、优雅解决 EditText 和 CheckBox 复用错乱问题、定向刷新、DiffUtil、局部刷新
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(灵动),一个基于 RecyclerView 的页面组件化框架。
new method to build data in RecyclerView with Kotlin!
This is a sample Android Application which has Google Map view similar to what AirBnb Android Application. Moving Markers like Uber/Ola. Custom Google Search for places. Recycler view with Animations added.
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: