Display a scrollable list
Create an app that displays a scrollable list of inspiring text and images using the RecyclerView widget in Android. Along the way, you’ll learn about using lists in Kotlin to store a collection of data.
Atrás
Affirmations app introduction
Get an introduction to the Affirmations app you will be creating in this pathway.
Use Lists in Kotlin
Learn how to create lists in Kotlin and loop through them.
Use RecyclerView to display a scrollable list
Learn how to efficiently display a list of text in a RecyclerView and understand its architecture.
Display a list of images using cards
Learn how to add images to our scrolling list of affirmations. We’ll also enhance the look of our app’s UI by using MaterialCardView and fine-tuning its theme colors.
Quiz
Test your knowledge of lists in Kotlin and Android’s RecyclerView widget to earn your Display a scrollable list badge.