The Wayback Machine - https://web.archive.org/web/20220411052737/https://github.com/topics/viewholder
Here are
80 public repositories
matching this topic...
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Updated
Dec 16, 2021
Kotlin
Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Updated
Oct 18, 2021
Java
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
Updated
Aug 18, 2021
Java
Don't write a RecyclerView adapter again. Not even a ViewHolder!
Updated
Aug 16, 2018
Kotlin
一个优雅的实现多类型的RecyclerView类库 支持DataBinding Form表单录入 跨多个RecyclerView拖动
Updated
Nov 17, 2018
Java
🍁 Base是针对于Android开发封装好一些常用的基类,主要包括通用的Adapter、Activity、Fragment、Dialog等、和一些常用的Util类,只为更简单。
Updated
Jan 14, 2019
Java
快速使用的RecyclerView Adapter
⚡ Fast way to bind RecyclerView adapter and ViewHolder for implementing clean sections.
Updated
Feb 5, 2021
Kotlin
【暂停更新-20171212】Android Studio Plugin, Can input, can be selected to auto generator findViewById code in Activity or etc, support ButterKnife(version 8.4.0), support ViewHolder.
Updated
Nov 13, 2017
Kotlin
Recyclerview adapter library- Create adapter in just 3 lines of code
RecyclerView-driven declarative UIs
Updated
Oct 14, 2021
Kotlin
Adapter for RecyclerView(only 21KB).RecyclerView万能适配器(仅21KB)
Updated
Jan 12, 2019
Java
Easiest way to use RecyclerView. Reduce boilerplate code! You don't need to write adapters for listing pages anymore!
Updated
Mar 11, 2019
Java
A collection of customizable RecyclerView Adapters for Android, that provide various functionality like item selection, contextual action mode controls, drag&drop and swiping, among other.
Updated
Nov 27, 2016
Java
Auto updating RecyclerView Adapter for LiveData
Updated
May 31, 2021
Kotlin
No ViewHolder, No Adapter!!! 基于反射实现 DATA 和 VIEW 的绑定,不知 ViewHolder 为何物。
Updated
Mar 15, 2017
Java
🔥 基于AOP的RecyclerView楼层开发方式,支持组件化工程,全局多人楼层打通,高拓展性
Customizable Android library that helps you to implement swipe-to-delete logic for your RecyclerView's adapters in an easy way!
Updated
Jul 11, 2017
Kotlin
Support Any Type of items in recyclerview
Updated
Jul 18, 2017
Java
Swipe, drag-and-drop, items clicks, view holder's events delegation and other stuff for Android Recycler View.
An Android library that provides a Lifecycle to any ViewHolder through the implementation of the LifecycleOwner interface, allowing it to interact with a Lifecycle-Aware Component.
Updated
Apr 22, 2021
Kotlin
This is repository of
http://androidcode.pl blog design patterns section. It shows uses of design patterns in Java and Android. Most of them are formed and named by Gang of Four
Updated
Jul 22, 2019
Java
Just use the ViewFinder instead of any ViewHolder
- custom views and base class for activity,fragment,adapter,viewholder and event bus.
Updated
Jul 29, 2021
Kotlin
Bind RecyclerView.ViewHolder and R.layout.id with annotations
Updated
Mar 10, 2017
Java
Make it more easy to work with RecyclerView.
#You can drag and remove View to any direction. #Java #ViewHolder #Adapter #VelocityTracker #ViewPropertyAnimator
Updated
Feb 23, 2019
Java
Add custom Swipe Actions to a RecyclerView.
Updated
Dec 19, 2017
Kotlin
Improve this page
Add a description, image, and links to the
viewholder
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
viewholder
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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: