jaychang0917 / SimpleRecyclerView

A RecyclerView extension for building list more easily.
Apache License 2.0
935 stars 104 forks source link

Remove/Clear items from Recyclerview with sticky header #44

Closed dmadu135 closed 6 years ago

dmadu135 commented 6 years ago

I want to remove items from recyclerview with the sticky header, but no luck at all. I tried with clearing all ArrayList before loading but no luck. I tried with rView.removeAllCells(true);. It will remove items with sticky header, but I tried to add items again (in same activity) first sticky header gets doubled and empty spaces are adding to the recyclerview.