A simple RecyclerView implementation like this may be all you need. However, the library also offers many ways to customize your implementation. 4 things to make, do and learn for recyclerview.
- item - One data item of the list to display. Represents one
Affirmation
object in your app. - Adapter - Takes data and prepares it for
RecyclerView
to display. - ViewHolders - A pool of views for
RecyclerView
to use and reuse to display affirmations. - RecyclerView - Views on screen
Official Android Tutorial Using Kotlin
Some YouTube tutorials for RecyclerView