RecyclerView | Everything You Need to Know
Practical Coding Practical Coding
11.4K subscribers
136,897 views
3.6K

 Published On Oct 22, 2021

In this video, you'll learn how to create a basic RecyclerView in Android Studio. The RecyclerView is a very common view used in app development to display large amounts of information to the user. Topics that will be covered in this video include creating a custom row layout using a CardView, setting up the RecyclerView Adapter, what the RecyclerView adapter methods are doing and why we need them, and finally a little bit of what the RecyclerView is doing in the background.

🟡 Join the Discord Server!!
  / discord  

Chapters:
00:00 Intro
00:27 Setting Up the Data for Your RecyclerView
01:53 Adding a RecyclerView to an Activity
02:47 Creating Layout For RecyclerView Rows
06:15 Making a Data/Model Class to Hold the Data
08:11 Storing Instances of Our Model Class
11:46 What the RecyclerView Roughly does in the Background
13:34 Basic RecyclerView Adapter Class Skeleton
15:23 Overview of Each Method in the Adapter Class
16:31 Finishing the RecyclerView Adapter
21:57 Attaching the Adapter to Our RecyclerView
23:45 Adding the Missing Piece
24:45 Ending


Android Studio is a great platform for creating apps that can be deployed on the google play store. If you're new to the series, I'd go and check out the Android Studio Playlist. There you will be able to see how to create basic apps so you can become a developer.

Check out the Android development playlist for more videos like this!
   • Android App Development with Android ...  

#androidstudio #appdevelopment #PracticalCoding

show more

Share/Embed