Questions tagged [sectionedrecyclerviewadapter]

An Android adapter that allows a RecyclerView to be split into Sections with headers and/or footers.

62 questions
-1
votes
1 answer

can not handle delete multiple selection in sectioned recyclerview

I'm using sectioned RecycleView library from here : https://github.com/luizgrp/SectionedRecyclerViewAdapter but what I try to do is when select some multi check box from section 1 and section two and hit remove button , the …
-5
votes
2 answers

How to fix this RecyclerView code?

Here is the RecyclerView code with some errors . Please help me to make it a working code. I don't know anything about RecyclerView so a good explanation regarding this will also be very useful. All I need is a working RecyclerView out of this…
1 2 3 4
5