luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

How to detele the entire section #117

Closed hafiz013 closed 6 years ago

hafiz013 commented 6 years ago

Hi, may I know how to delete the entire section let say for example section A contains header and list and section B as well. So how to delete section A?

luizgrp commented 6 years ago

Closing issue as it's not following any of the issues templates; Please use Stackoverflow. The demo app has the functionality described in the Animations example.