In this video tutorial, I will show you how to use RecyclerView to display list of items with an image and texts. You will learn to build a recyclerview adapter class from scratch using Kotlin.

This is a good example if you are a beginner and need to implement recyclerview. This video tutorial with walk you through all steps that are needed for you to implement recyclerview in your android project.

About RecyclerView
The RecyclerView is a ViewGroup that renders any adapter-based view in a similar way. It is supposed to be the successor of ListView and GridView. One of the reasons is that RecyclerView has a more extensible framework, especially since it provides the ability to implement both horizontal and vertical layouts. Use the RecyclerView widget when you have data collections whose elements change at runtime based on user action or network events.

🔴 Subscribe : https://www.youtube.com/channel/UCkNr5O7Jbc2cbmkzyP2dEzA

#android #kotlin #mobile-apps

How to use RecyclerView in Android Studio [Kotlin 2020]
4.10 GEEK