High quality Android programming courses: In this video I show you how to setup a RecyclerView on Android using Kotlin.
The RecyclerView items display an image and text.
In this android recyclerview beginner example I use the following external libraries:
- Glide to display the images from the internet
- CardView for showing CardViews in the RecyclerView
- RecyclerView (obviously for the recyclerview)
This is the perfect example if you're a complete beginner to android development or you're looking to get started with Kotlin. I build the RecyclerView Adapter from scratch and show you how to build:
- A custom object class to model the data
- A custom list-item layout for the RecyclerView list items
- A custom RecyclerView Adapter
All the code is free and available on Github.
Instagram:
Code:
Images:

0 Comments