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

NotifyDataSetChanges is not working and collpase by default. #22

Closed verma723-zz closed 7 years ago

verma723-zz commented 7 years ago
  1. After calling the notifyItemChanged or DataSetChanged data is still not getting refreshed.
  2. Is there any way I could show all items in collapse state by default and then when user click on individual section header section should expand. I have huge data that I am passing to adapter
verma723-zz commented 7 years ago

Never mind. Got it working.thanks