StaggeredGridLayoutManager with RecyclerView in Android – Tutorial | Pinterest like UI

We have previously seen how we can create Grids in RecyclerView using GridLayoutManager. You can check out that tutorial/example here: GridLayoutManager with RecyclerView.In this tutorial we will learn how we can use the StaggeredGridLayoutManager with RecyclerView in Android to create Grids of unequal size. Staggered Grid Layout in Pinterest We are trying to achieve a …

StaggeredGridLayoutManager with RecyclerView in Android – Tutorial | Pinterest like UI Read More »