How to make the first row of RecyclerView contains custom number of items?

219 Views Asked by At

What I want to reach at the end, a view like this image, Click me

  • I have RecyclerView and I am using GridLayoutManager.
  • I want to have 5 items of the list in the first row.
  • The rest of the rows should contain 6 items per each row.
  • Items in the first row has a bigger sizes than the others.

I tried gridLayoutManager.setSpanSizeLookup(...)

Please advise. Thanks in advance.

1

There are 1 best solutions below

2
On

There is a library Called Groupi which makes working with RecyclerView very easy. See this for example.