Kotlin RecyclerView Ep 1/3 Intro: 50 lines of code on Android

Опубликовано: 10 Март 2026
на канале: Rahul Pandey
5,027
113

0:52 - What we're going to build
2:13 - Talk through the RecyclerView guide
3:13 - What is row view recycling? (i.e. how the RecyclerView gets its name)

In this video, we talk about why we use the RecyclerView on Android: it ensures that we follow best practices with the ViewHolder pattern (this was optional in the older ListView component). This is helpful for reducing power and memory consumption. We also look at the app we're going to build.

Episode 2 link:    • Kotlin RecyclerView Ep 2/3 Implementation:...  

➤ Code repo: https://github.com/rpandey1234/Kotlin...

➤ Android reference for RecyclerView: https://developer.android.com/guide/t...

➤ Codepath guide for RecyclerView: https://guides.codepath.com/android/u...