/KotlinRecyclerView

Kotlin RecyclerView in < 50 lines of code

Primary LanguageKotlin

KotlinRecyclerView

This project demonstrates an implementation of the RecyclerView in Android in < 50 lines of Kotlin code. The RecyclerView component on Android enforces the ViewHolder pattern that comes from best practices using ListView. This ensures we're adhering to best practices around power and memory consumption.


YouTube playlist link: https://www.youtube.com/playlist?list=PL7NYbSE8uaBBSIHntxHhyD_Fy5NUznAaD

Android reference for RecyclerView: https://developer.android.com/guide/topics/ui/layout/recyclerview

Codepath guide for RecyclerView: https://guides.codepath.com/android/using-the-recyclerview