Top "Staggeredgridlayout" questions

Android - Difference between Gridlayout and Staggered Gridlayout

I am working in android material design api & want to display some data in grid format. I tried both …

android android-layout android-gridlayout staggeredgridlayout
StaggeredGridLayoutManager and moving items

I have created a very simple project, displaying 28 images with StaggeredGridLayoutManager by recyclerview. but as I scroll the recyclerview it …

android android-recyclerview staggeredgridlayout
Setting span size of single row in StaggeredGridLayoutManager

I have a staggered grid that has 2 columns. This is working. What I want is at position 0 for the row …

android android-recyclerview android-support-library staggeredgridlayout
How to avoid double space between items when using RecyclerView with StaggeredGridLayoutManager?

I'm using RecyclerView with StaggeredGridLayoutManager to make a two-column list. But how to set a right margin between left column …

android android-recyclerview margins staggeredgridlayout
How to implement Endless scrolling using StaggeredLayoutManager

I already tried to implement the endless scrolling for LinearLayoutManager and it is successful and tried to copy the LinearLayoutManager …

android android-recyclerview endlessscroll staggeredgridlayout
How to determine column position in staggered grid layout manager

I’m using a staggered recycler view layout for a list of photos. I want the spacing on the sides …

android staggeredgridlayout
Variable number of columns in GridLayoutManager

I wanted to display variable number of columns in a row of GridLayoutManager while using RecyclerView. The number of columns …

android android-recyclerview android-gridlayout staggeredgridlayout
RecyclerView with StaggeredGridLayoutManager with images loading from Glide

I am having a problem showing RecyclerView with StaggeredGridLayoutManager whose item contain an imageview and the image is loaded in …

android android-recyclerview android-glide staggered-gridview staggeredgridlayout