/Scrollable-Recyclerview-lists

A recyclerview demo using kotlin

Primary LanguageKotlin

RecyclerView using Kotlin

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 Alt text

Tutorial link of RecyclerView

Official Android Tutorial Using Kotlin

Extra tutorial for RecyclerView

Some YouTube tutorials for RecyclerView

Extra useful resources for RecyclerView