All Projects → AppDevAssist → recyclerview-kotlin

AppDevAssist / recyclerview-kotlin

Licence: other
10+ Tutorials on RecyclerView in Kotlin

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to recyclerview-kotlin

SuperAdapter
A Super simple library can be used for inserting elements in between RecyclerView's elements.
Stars: ✭ 18 (-56.1%)
Mutual labels:  recyclerview, recyclerview-adapter, recyclerviewadapter
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
Stars: ✭ 224 (+446.34%)
Mutual labels:  recyclerview, recyclerview-adapter
Async Expandable List
Stars: ✭ 221 (+439.02%)
Mutual labels:  recyclerview, recyclerview-adapter
BaseRecyclerViewAdapter
RecyclerView通用适配器
Stars: ✭ 14 (-65.85%)
Mutual labels:  recyclerview, recyclerview-adapter
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.
Stars: ✭ 175 (+326.83%)
Mutual labels:  recyclerview, recyclerview-adapter
Moretype
new method to build data in RecyclerView with Kotlin!
Stars: ✭ 189 (+360.98%)
Mutual labels:  recyclerview, recyclerview-adapter
recyclerview-adapters
Multiple item adapters for RecyclerView (inspired by Merge Adapter)
Stars: ✭ 24 (-41.46%)
Mutual labels:  recyclerview, recyclerview-adapter
Easyrecyclerview
🎞 Easy recyclerview for Android
Stars: ✭ 131 (+219.51%)
Mutual labels:  recyclerview, recyclerview-adapter
Modular2Recycler
Modular²Recycler is a RecyclerView.Adapter that is modular squared.
Stars: ✭ 72 (+75.61%)
Mutual labels:  recyclerview, recyclerview-adapter
recyclerview-expandable
RecyclerView implementation of traex's ExpandableLayout
Stars: ✭ 70 (+70.73%)
Mutual labels:  recyclerview, recyclerview-adapter
AdapterCommands
Drop in solution to animate RecyclerView's dataset changes by using command pattern
Stars: ✭ 74 (+80.49%)
Mutual labels:  recyclerview, recyclerview-adapter
Customadapter
RV Adapter 优雅封装,抽取列表模版,可以快速的添加一个列表,使用组装的方式构建Adapter,抽象Cell 角色,负责创建ViewHolder,绑定数据和逻辑处理。Cell为一个独立的组件。
Stars: ✭ 172 (+319.51%)
Mutual labels:  recyclerview, recyclerview-adapter
Fastadapter
快速使用的RecyclerView Adapter
Stars: ✭ 170 (+314.63%)
Mutual labels:  recyclerview, recyclerview-adapter
Flap
Flap(灵动),一个基于 RecyclerView 的页面组件化框架。
Stars: ✭ 204 (+397.56%)
Mutual labels:  recyclerview, recyclerview-adapter
Android Rv Swipe Delete
RecyclerView swipe to delete example.
Stars: ✭ 143 (+248.78%)
Mutual labels:  recyclerview, recyclerview-adapter
Adapterdelegates
"Favor composition over inheritance" for RecyclerView Adapters
Stars: ✭ 2,735 (+6570.73%)
Mutual labels:  recyclerview, recyclerview-adapter
PrimeAdapter
PrimeAdapter makes working with RecyclerView easier.
Stars: ✭ 54 (+31.71%)
Mutual labels:  recyclerview, recyclerview-adapter
Recyclerview
How to use a recyclerview
Stars: ✭ 121 (+195.12%)
Mutual labels:  recyclerview, recyclerview-adapter
Easyadapter
Recyclerview adapter library- Create adapter in just 3 lines of code
Stars: ✭ 122 (+197.56%)
Mutual labels:  recyclerview, recyclerview-adapter
MultiTypeAdapter
RecyclerView通用多类型适配器MultiTypeAdapter,以布局文件为单位更细粒度的条目复用。
Stars: ✭ 18 (-56.1%)
Mutual labels:  recyclerview, recyclerview-adapter

Android RecyclerView Tutorials in Kotlin:

Part 1: Introduction To RecyclerView:

(checkout this tag of this repo: tut-1)

Video:

https://youtu.be/WE274e3Ip20

Part 2: Load data from an API:

(checkout this tag of this repo: tut-2)

Video:

https://youtu.be/5uEbx05eyDg & https://youtu.be/lcX_1P0ozBQ

Part 3: Delete data from RecyclerView:

(checkout this tag of this repo: tut-delete)

Video:

https://youtu.be/GYs0PWr4qDo

Part 4: Add pull-to-refresh:

(checkout this tag of this repo: tut-swiperefresh)

Video:

https://youtu.be/h5ko3a15v-U

Part 5: Horizontal RecyclerView in Vertical RecyclerView:

(checkout this tag of this repo: tut-horizontal-in-vertical )

Video:

https://youtu.be/o-6hfzensCk

Part 6: Add Shrimmer View to RecyclerView:

(checkout this tag of this repo: tut-shrimmer )

Video:

https://youtu.be/lVlg8lW38C4

Part 7: Show Alert View with RecyclerView:

(checkout this tag of this repo: tut-alert )

Video:

https://youtu.be/AqfUbIYbDW4

Part 8: Long Press Single selection in RecyclerView:

(checkout this tag of this repo: tut-single-tag )

Video:

https://youtu.be/HzKIQXWveJ4

Part 9: Long Press Multi-selection in RecyclerView:

(checkout this tag of this repo: tut-multi-select )

Video:

https://youtu.be/EeE17wOLNUw

Part 10: Swipe to delete implementation in RecyclerView:

(checkout this tag of this repo: tut-swipe-to-delete )

Video:

https://youtu.be/KfwTba_UAkM

Part 11: View Binding in RecyclerView:

(checkout this tag of this repo: tut-view-binding )

Video:

https://youtu.be/1s1Oy3MBcsQ

Part 12: View Binding with RecyclerView Adapter:

(checkout this tag of this repo: tut-viewbinding-adapter )

Video:

https://youtu.be/cy9dtDiiocA

More tutorials on RecyclerView:

RecyclerView and Data binding:

Repo: https://github.com/AppDevAssist/recyclerview-data-binding

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].