Android RecyclerView

Android GridLayoutManager Example With RecyclerView

This article is about Android GridLayoutManager and how to use it with RecyclerView to show items in uniform grid with the help of simple android application. GridLayoutManager The RecyclerView widget is a more advanced and flexible version of ListView. It is a container for displaying large data sets that can be scrolled very efficiently by maintaining a limited […]

Android GridLayoutManager Example With RecyclerView Read More »

Android Data Binding In RecyclerView

In the previous article, we have learned about the Basics of dataBinding.Now In this android data binding RecyclerView tutorial, I’m going to show how to implement data binding in Android RecyclerView. Data binding binds the UI with data sources and reduces lines of code. Using DataBinding in an adapter class keeps the code to very

Android Data Binding In RecyclerView Read More »

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 »