RecyclerView Android example with CardView in Kotlin

RecyclerView Android: RecyclerView widget is used to show the List of the item in the Android application. You can show lists in Horizontally, Vertically, Grids, and Staggered Grids manners using LayoutMangers. And if You want your own layout managers that suits your needs, you can create your own by extending the RecyclerView.LayoutManager abstract class. In Android SDK … Continue reading RecyclerView Android example with CardView in Kotlin