Android Recyclerview Example

Android RecyclerView Example with ItemClick(part II)

In the previous article, we have already talked about how to work with RecyclerView with a simple example. Now In this article, we will talk about how to display the description of an item in another activity on clicking of a button of each RecyclerView Item. Get GITHUB code from here. Updating Existing Project 1 […]

Android RecyclerView Example with ItemClick(part II) Read More »

RecyclerView Example In Kotlin

What is RecyclerView? The RecyclerView widget is a more advanced and flexible version of ListView. This widget is a container for displaying large data sets that can be scrolled very efficiently by maintaining a limited number of views. Here I would demonstrate you a working example of RecyclerView, with some basic functionality. The RecyclerView we

RecyclerView Example In Kotlin Read More »