Android RecyclerView Tutorials in Kotlin:
Part 1: Introduction To RecyclerView:
(checkout this tag of this repo: tut-1)
https://youtu.be/WE274e3Ip20
Part 2: Load data from an API:
(checkout this tag of this repo: tut-2)
https://youtu.be/5uEbx05eyDg &
https://youtu.be/lcX_1P0ozBQ
Part 3: Delete data from RecyclerView:
(checkout this tag of this repo: tut-delete)
https://youtu.be/GYs0PWr4qDo
Part 4: Add pull-to-refresh:
(checkout this tag of this repo: tut-swiperefresh)
https://youtu.be/h5ko3a15v-U
Part 5: Horizontal RecyclerView in Vertical RecyclerView:
(checkout this tag of this repo: tut-horizontal-in-vertical )
https://youtu.be/o-6hfzensCk
Part 6: Add Shrimmer View to RecyclerView:
(checkout this tag of this repo: tut-shrimmer )
https://youtu.be/lVlg8lW38C4
Part 7: Show Alert View with RecyclerView:
(checkout this tag of this repo: tut-alert )
https://youtu.be/AqfUbIYbDW4
Part 8: Long Press Single selection in RecyclerView:
(checkout this tag of this repo: tut-single-tag )
https://youtu.be/HzKIQXWveJ4
Part 9: Long Press Multi-selection in RecyclerView:
(checkout this tag of this repo: tut-multi-select )
https://youtu.be/EeE17wOLNUw
Part 10: Swipe to delete implementation in RecyclerView:
(checkout this tag of this repo: tut-swipe-to-delete )
https://youtu.be/KfwTba_UAkM
Part 11: View Binding in RecyclerView:
(checkout this tag of this repo: tut-view-binding )
https://youtu.be/1s1Oy3MBcsQ
Part 12: View Binding with RecyclerView Adapter:
(checkout this tag of this repo: tut-viewbinding-adapter )
https://youtu.be/cy9dtDiiocA
More tutorials on RecyclerView:
RecyclerView and Data binding:
Repo: https://github.com/AppDevAssist/recyclerview-data-binding