eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
960 stars 148 forks source link

how can I update the header ? #54

Open tracymac7fy opened 8 years ago

tracymac7fy commented 8 years ago

for example , i have got a checkbox on my header , I want to update the checkBox when I click the header (include the stickyHeader)
how can I make it works ? Obviously , there is no method like "notifyDataSetChange" in StickyHeaderApapter

tracymac7fy commented 8 years ago

someone please heap!