Topic: "recyclerview-adapter"
CymChad/BaseRecyclerViewAdapterHelper
BRVAH:Powerful and flexible RecyclerAdapter
Language: Kotlin - Size: 64.3 MB - Last synced at: 6 days ago - Pushed at: 11 months ago - Stars: 24,474 - Forks: 5,176

mikepenz/FastAdapter
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Language: Kotlin - Size: 18.9 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 3,852 - Forks: 492

BelooS/ChipsLayoutManager
ANDROID. ChipsLayoutManager (SpanLayoutManager, FlowLayoutManager). A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features
Language: Java - Size: 28.1 MB - Last synced at: 29 days ago - Pushed at: over 5 years ago - Stars: 3,283 - Forks: 366

evrencoskun/TableView
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
Language: Java - Size: 48.5 MB - Last synced at: 29 days ago - Pushed at: about 2 years ago - Stars: 3,161 - Forks: 459

sockeqwe/AdapterDelegates
"Favor composition over inheritance" for RecyclerView Adapters
Language: Java - Size: 978 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2,938 - Forks: 315

donkingliang/GroupedRecyclerViewAdapter
GroupedRecyclerViewAdapter可以很方便的实现RecyclerView的分组显示,并且每个组都可以包含组头、组尾和子项;可以方便实现多种Type类型的列表,可以实现如QQ联系人的列表一样的列表展开收起功能,还可以实现头部悬浮吸顶功能等。
Language: Java - Size: 2.77 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1,653 - Forks: 218

tumblr/Graywater
An Android library for decomposing RecyclerView layouts to improve scroll performance.
Language: Java - Size: 137 KB - Last synced at: 22 days ago - Pushed at: over 7 years ago - Stars: 1,210 - Forks: 84

vivchar/RendererRecyclerViewAdapter
A single adapter with multiple view types for the whole project
Language: Java - Size: 10.5 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1,204 - Forks: 184

kbiakov/CodeView-Android
Display code with syntax highlighting :sparkles: in native way.
Language: Kotlin - Size: 1.44 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 867 - Forks: 107

DevAhamed/MultiViewAdapter 📦
Easily create complex recyclerview adapters in android
Language: Java - Size: 24.8 MB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 820 - Forks: 149

Spikeysanju/ZoomRecylerLayout
🎢 Zoom Recycler Layout Manager For Android Kotlin
Language: Kotlin - Size: 8.27 MB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 813 - Forks: 67

nitrico/LastAdapter
Don't write a RecyclerView adapter again. Not even a ViewHolder!
Language: Kotlin - Size: 220 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 776 - Forks: 72

zhou-you/EasyXRecyclerView
主要提供了简单易用强大的RecyclerView库,包括自定义刷新加载效果、极简通用的万能适配器Adapter、万能分割线、多种分组效果、常见状态页面、item动画效果、添加多个header和footer、侧滑、拖拽、Sticky(黏性)效果、多item布局等,各模块之间灵活、解耦、通用、又能相互组合使用。
Language: Java - Size: 71.1 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 631 - Forks: 115

FutureMind/recycler-fast-scroll
Provides fast scroll and section idexer for recycler view
Language: Java - Size: 241 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 495 - Forks: 107

idanatz/OneAdapter
A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
Language: Kotlin - Size: 4.92 MB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 469 - Forks: 43

ckdevrel/RecyclerViewTemplate
One Template which solves all frequently used RecyclerViews Code Snippets
Language: FreeMarker - Size: 411 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 410 - Forks: 87

AllenCoder/BRVAH_kotlin
This is kotlin BRVAH Demo
Language: Kotlin - Size: 834 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 405 - Forks: 37

manneohlund/smart-recycler-adapter
Small, smart and generic adapter for recycler view with easy and advanced data to ViewHolder binding.
Language: Kotlin - Size: 39 MB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 400 - Forks: 52

ibrahimyilmaz/kiel
(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.
Language: Kotlin - Size: 315 KB - Last synced at: about 22 hours ago - Pushed at: about 4 years ago - Stars: 372 - Forks: 31

rongi/klaster
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.
Language: Kotlin - Size: 366 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 362 - Forks: 9

dvdciri/MultiChoiceRecyclerView
Multi choice selection applied on recycler view make life easier
Language: Java - Size: 21.6 MB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 352 - Forks: 68

zhazhaxin/RecyclerView
支持下拉刷新,上拉加载,Header,Footer,复杂多种数据结构类型
Language: Java - Size: 9.73 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 318 - Forks: 119

OCNYang/RecyclerViewEvent
RecyclerView onItemClick、onItemLongClick、drag、swipe、divider、reuse disorder RecyclerView 梳理:点击&长按事件、分割线、拖曳排序、滑动删除、优雅解决 EditText 和 CheckBox 复用错乱问题、定向刷新、DiffUtil、局部刷新
Language: Kotlin - Size: 8.13 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 297 - Forks: 51

AlanCheen/Flap
Enhance RecyclerView and Adapter and ViewHolder. Make them much more powerful and easier to use.
Language: Kotlin - Size: 4.2 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 286 - Forks: 18

clockbyte/admobadapter
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
Language: Java - Size: 2.37 MB - Last synced at: 17 days ago - Pushed at: 2 months ago - Stars: 236 - Forks: 74

Ericliu001/async-expandable-list
Language: Java - Size: 145 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 220 - Forks: 54

canopas/compose-recyclerview
Android - A jetpack compose list view that is backed by our all time favourite RecyclerView.
Language: Kotlin - Size: 560 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 194 - Forks: 10

SkyTreasure/Airbnb-Android-Google-Map-View
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.
Language: Java - Size: 22 MB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 191 - Forks: 75

werbhelius/MoreType
new method to build data in RecyclerView with Kotlin!
Language: Kotlin - Size: 1.03 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 191 - Forks: 19

nukc/LoadMoreWrapper
📦 Enable the RecyclerView to support loading more and customizing the footer view without modifying the original adapter of the RecyclerView. 在不改动 RecyclerView 原有的 adapter 的情况下,使 RecyclerView 滑动到底部的时候能够加载更多和自定义底部视图。
Language: Java - Size: 804 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 189 - Forks: 33

kitek/android-rv-swipe-delete
RecyclerView swipe to delete example.
Language: Kotlin - Size: 939 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 185 - Forks: 68

panpf/assembly-adapter
AssemblyAdapter 是 Android 上的一个为各种 Adapter 提供开箱即用实现的库。AssemblyAdapter is a library on Android that provides out-of-the-box implementations for various Adapters.
Language: Kotlin - Size: 2.95 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 184 - Forks: 32

pinguo-zhouwei/CustomAdapter
RV Adapter 优雅封装,抽取列表模版,可以快速的添加一个列表,使用组装的方式构建Adapter,抽象Cell 角色,负责创建ViewHolder,绑定数据和逻辑处理。Cell为一个独立的组件。
Language: Java - Size: 6.31 MB - Last synced at: 28 days ago - Pushed at: over 7 years ago - Stars: 172 - Forks: 50

aizuzi/FastAdapter
快速使用的RecyclerView Adapter
Language: Java - Size: 201 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 168 - Forks: 21

skydoves/BaseRecyclerViewAdapter
⚡ Fast way to bind RecyclerView adapter and ViewHolder for implementing clean sections.
Language: Kotlin - Size: 211 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 167 - Forks: 15

amirisback/frogo-recycler-view
RecyclerView With No Adapter | Available For Jetpack Compose
Language: Kotlin - Size: 57.5 MB - Last synced at: 23 days ago - Pushed at: 6 months ago - Stars: 163 - Forks: 16

mkrupal09/EasyAdapter
Recyclerview adapter library- Create adapter in just 3 lines of code
Language: Java - Size: 2.19 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 145 - Forks: 15

OCNYang/CartLayout
:unicorn: 使用 RecyclerView 实现店铺分组购物车。 高仿京东购物车、高仿淘宝购物车、高仿天猫购物车
Language: Java - Size: 1.95 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 132 - Forks: 30

mitchtabian/Recyclerview
How to use a recyclerview
Language: Java - Size: 135 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 132 - Forks: 131

CaMnter/EasyRecyclerView
🎞 Easy recyclerview for Android
Language: Java - Size: 5.56 MB - Last synced at: over 1 year ago - Pushed at: about 9 years ago - Stars: 130 - Forks: 28

dingyi222666/TreeView
An Android TreeView with RecyclerView
Language: Kotlin - Size: 7.44 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 122 - Forks: 12

AllenCoder/AppManager
一款直接显示App所有信息的App
Language: Java - Size: 8.13 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 118 - Forks: 30

location-txl/MvpRoute
Android Mvp模式迅速开发框架
Language: Java - Size: 960 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 114 - Forks: 15

ditclear/BindingListAdapter
Say goodbye to repeated, redundant custom Adapters , Make the developer's focus on the data, beacuse data-driven UI (告别反复、冗余的自定义Adapter,让开发者的重点落在数据上,做到数据驱动UI)
Language: Kotlin - Size: 11.4 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 110 - Forks: 8

NextFaze/power-adapters
Composable adapters for Android RecyclerViews and ListViews
Language: Java - Size: 6.85 MB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 108 - Forks: 13

alidili/RecyclerViewHelper
⚡A library to make RecyclerView more easy⚡ (上拉加载更多、头尾布局、拖拽排序、侧滑删除、侧滑选择、万能分割线)
Language: Java - Size: 19.8 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 96 - Forks: 23

amirisback/frogo-admob
Library Helper For Implementation All Admob Function
Language: Kotlin - Size: 3.28 MB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 94 - Forks: 25

erikjhordan-rey/RecyclerView-Examples
Samples to learn about RecyclerView
Language: Java - Size: 15.3 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 90 - Forks: 42

kibotu/RecyclerViewPresenter
RecyclerView Adapter Library with different models and different layouts as convenient as possible.
Language: Kotlin - Size: 916 KB - Last synced at: 29 days ago - Pushed at: over 3 years ago - Stars: 86 - Forks: 28

natario1/Elements
⚒ Modular components for RecyclerView development enforcing clean, reusable and testable code, with built-in support for paging and complex hierarchies of data.
Language: Kotlin - Size: 1.49 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 82 - Forks: 5

ajalt/flexadapter 📦
The easiest way to use a RecyclerView on Android
Language: Kotlin - Size: 18.7 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 82 - Forks: 11

jsbintask22/memo
一个有定时提醒功能的记事本app。
Language: Java - Size: 3.78 MB - Last synced at: 27 days ago - Pushed at: over 4 years ago - Stars: 78 - Forks: 34

guenodz/livedata-recyclerview-sample
Language: Java - Size: 1.57 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 76 - Forks: 26

sockeqwe/AdapterCommands
Drop in solution to animate RecyclerView's dataset changes by using command pattern
Language: Java - Size: 145 KB - Last synced at: 13 days ago - Pushed at: almost 8 years ago - Stars: 75 - Forks: 8

RobbeSneyders/Modular2Recycler
Modular²Recycler is a RecyclerView.Adapter that is modular squared.
Language: Java - Size: 9.7 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 72 - Forks: 8

Wan7451/Wan_RecycleViewAdapter
目前封装的比较完善的RecycleView适配器 新增可被Gradle引用
Language: Java - Size: 232 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 70 - Forks: 33

hanggrian/recyclerview-expandable 📦
RecyclerView implementation of traex's ExpandableLayout
Language: Java - Size: 9.02 MB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 69 - Forks: 13

SakurajimaMaii/Android-Vast-Extension
Easy Quick Android Utils for you to faster project development.
Language: Kotlin - Size: 18.2 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 68 - Forks: 6

alibaba-archive/AutoRecyclerAdapter 📦
Automated configuration RecyclerView.Adapter for Android
Language: Java - Size: 4.2 MB - Last synced at: 6 days ago - Pushed at: almost 8 years ago - Stars: 67 - Forks: 7

frontierdotxyz/InfiniteScrollRecyclerView
Enables the RecyclerView to Auto scroll for indefinite time.
Language: Kotlin - Size: 221 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 64 - Forks: 5

SimformSolutionsPvtLtd/SSExpandableRecylerView
Expandable Recyclerview makes it easy to integrate nested recycler view...🔨 📝
Language: Kotlin - Size: 34.9 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 59 - Forks: 12

BharathVishal/App-Manager-for-Android
An app manager for Android written in Kotlin. View app related info, launch or uninstall apps. Fully implemented in Jetpack compose using Material You dynamic theming and also has a separate implementation in xml with MDC 3.
Language: Kotlin - Size: 14.5 MB - Last synced at: 10 days ago - Pushed at: about 2 months ago - Stars: 58 - Forks: 18

Link184/KidAdapter
kotlin dsl for kids to simplify RecyclerView.Adapter logic
Language: Kotlin - Size: 325 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 56 - Forks: 7

utsmannn/Recycling
A Library for make an easy and faster RecyclerView without adapter
Language: Kotlin - Size: 209 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 56 - Forks: 15

aminography/PrimeAdapter
PrimeAdapter makes working with RecyclerView easier.
Language: Kotlin - Size: 3.94 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 56 - Forks: 8

romychab/element-adapter
Just another one easy-to-use adapter for RecyclerView :rocket:
Language: Kotlin - Size: 300 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 54 - Forks: 3

chendongMarch/LxAdapter
RecyclerView Adapter Library
Language: Java - Size: 12.4 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 50 - Forks: 10

RaviKoradiya/LiveAdapter
Auto updating RecyclerView Adapter for LiveData
Language: Kotlin - Size: 644 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 49 - Forks: 5

erikjhordan-rey/RecyclerView-ConcatAdapter
Sample to practice RecyclerView ConcatAdapter
Language: Kotlin - Size: 581 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 49 - Forks: 5

xaverkapeller/SortedListAdapter
The RecyclerView.Adapter that makes your life easy!
Language: Java - Size: 107 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 49 - Forks: 14

avito-tech/Konveyor
Language: Kotlin - Size: 35.8 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 48 - Forks: 6

droiddevgeeks/NewsApp
This is demo news app that show news in list . RxJava, Dagger , DataBinding ,MVVM , LiveData all are used.
Language: Java - Size: 94.7 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 48 - Forks: 18

fraggjkee/databinding-recycler-adapter
A universal RecyclerView.Adapter based on Android's DataBinding
Language: Kotlin - Size: 139 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 47 - Forks: 7

nrohmen/FirestoreRecyclerAdapterSample
Sample Android project using FirestoreRecyclerAdapter
Language: Java - Size: 132 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 47 - Forks: 17

rahulchowdhury/Mystique
💡🚀⭐️ A generalized adapter for RecyclerView on Android which makes it easy to add heterogeneous items to a list
Language: Kotlin - Size: 177 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 47 - Forks: 8

erictam96/E-commerceCustomerFYP
Android E-commerce Platform. Allow customer to buy product, chat, feedback rating, make payment to retailer
Language: Java - Size: 5.08 MB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 46 - Forks: 32

AppDevAssist/recyclerview-kotlin
10+ Tutorials on RecyclerView in Kotlin
Language: Kotlin - Size: 172 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 44 - Forks: 10

frankodoom/Retrofit-RecyclerVew
An implementation of a RecyclerView using Retrofit and Glide to create a movie list
Language: Java - Size: 120 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 44 - Forks: 27

ve3344/BindingAdapter
❤ 一个使用ViewBinding 直接生成RecyclerView Adapter的库。
Language: Kotlin - Size: 12.6 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 41 - Forks: 2

git-akshat/mini-project
An android eCommerce application for students through which they can buy and sell used goods .
Language: Java - Size: 4.51 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 41 - Forks: 17

PRAKHAR1997/Food-Delivery-Application
This android application is a food delivery application. It uses various layouts and a nice GUI.
Language: Java - Size: 320 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 41 - Forks: 24

salmaanahmed/FlagChatAdapter
FlagChatAdapter is easy to implement enchanting recycler view adapter. Just extend your adapter with FlagChatAdapter, impliment some methods and voila! You have got the most beautiful looking chat on your phone. Zero boilerplate code, just put your variables in the right direction.
Language: Kotlin - Size: 2.85 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 40 - Forks: 7

Spikeysanju/Mini-Notes-App-Realm
📘 A Mini Notes App Powered by Realm DB as Backend
Language: Kotlin - Size: 5.01 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 37 - Forks: 7

PatilShreyas/FirebaseRecyclerPagination 📦
[DEPRECATED] Android Library to implement Paging support for Realtime Database in RecyclerView.
Language: Java - Size: 7.03 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 36 - Forks: 13

GuilhE/PlaceHolderRecyclerView
A RecyclerView that can switch between items and placeholders
Language: Kotlin - Size: 5.87 MB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 35 - Forks: 4

agilie/SwipeToDelete Fork of TermLog/SwipeToDelete
Customizable Android library that helps you to implement swipe-to-delete logic for your RecyclerView's adapters in an easy way!
Language: Kotlin - Size: 247 KB - Last synced at: 4 months ago - Pushed at: almost 8 years ago - Stars: 34 - Forks: 1

detmir/recycli
Recycli is a Kotlin Android library that simplifies building complex multiple view types screens in a RecyclerView
Language: Kotlin - Size: 513 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 33 - Forks: 5

erictam96/E-commerceRetailerFYP
Android E-commerce Platform. Allow retailer to post product, manage order, chat and view report
Language: Java - Size: 2.73 MB - Last synced at: 9 months ago - Pushed at: about 4 years ago - Stars: 32 - Forks: 17

malikmotani/NestedRecyclerView-Master
horizontal RecyclerView inside vertical RecyclerView with ButterKnife and CardView (like Google Play store)
Language: Java - Size: 270 KB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 32 - Forks: 6

GauravChaddha1996/CDSRecyclerView
Recycler View Library with built-in Item click listeners, load more feature, and drag and swipe functionality.
Language: Java - Size: 113 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 32 - Forks: 4

justeat/jubako
A small API to help display rich content in a RecyclerView such as a wall of carousels
Language: Kotlin - Size: 6.22 MB - Last synced at: 20 days ago - Pushed at: over 5 years ago - Stars: 31 - Forks: 5

Manikkumar1988/TimerInRecyclerView
Handling multiple Countdown timers in Recyclerview
Language: Java - Size: 8.5 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 30 - Forks: 8

FarshidRoohi/CustomAdapterRecyclerview
📟Very easy endless scrolled, onClick item and simple use recyclerView adapter
Language: Kotlin - Size: 967 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 28 - Forks: 10

kozmi55/Flexible-RecyclerView-with-Databinding
A RecyclerView Adapter that can handle multiple item types without much boilerplate and can be reused on any screen with list content.
Language: Kotlin - Size: 165 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 28 - Forks: 15

futuredapp/infinity 📦
[Deprecated] Infinite paginated RecyclerView scrolling
Language: Java - Size: 1.39 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 27 - Forks: 8

the-cybersapien/RecyclerELE
Android Library for easy addition of Empty, Loading and Error views in a RecyclerView
Language: Java - Size: 179 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 27 - Forks: 4

walgr/Quick
快,快,快,减少模板代码,提高开发效率。
Language: Kotlin - Size: 6.93 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 25 - Forks: 2

MinSeungHyun/slush 📦
This library will no longer be updated 😭
Language: Kotlin - Size: 6.95 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 25 - Forks: 4

anjandebnath/ArchitectureComponent
GAAD certification syllabus with ultimate solution
Language: Java - Size: 958 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 25 - Forks: 7

VeiZhang/BaseToolsLibrary
Android通用适配器和常用的工具类
Language: Kotlin - Size: 1.48 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 24 - Forks: 14
