Month: April 2017

RecyclerView with GridLayoutManager Android Tutorial with Example

Today we will be making a Grid View like list using a RecyclerView with GridLayoutManager as shown in the Video below, but let’s first talk a little bit about recyclerView; as you might already know a RecyclerView is more advanced, flexible and efficient version of a ListView. If you have large datasets, you should work …

RecyclerView with GridLayoutManager Android Tutorial with Example Read More »