
Hello Friends, Today I am sharing the demo of RecyclerView in Kotlin. A RecyclerView is essentially a ViewGroup of containers called ViewHolders which populate a particular item. So lets first familiar with RecyclerView and What RecyclerView requires: 1. It requires a set of...