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

Can we have notifyItemChangedInSection(Section) #124

Closed yccheok closed 6 years ago

yccheok commented 6 years ago

Is it possible that we can have

notifyItemChangedInSection(Section)

Internally, it will be translated to

notifyItemRangeChangedInSection(section, 0, section.getContentItemsTotal());

Thank you.

luizgrp commented 6 years ago

Sounds good 👍 maybe notifyAllItemsChangedInSection?