DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

Support for selectAll function into a Section #102

Open celsoperezcruz opened 5 years ago

celsoperezcruz commented 5 years ago

Support for selectAll() function into section, currently exists clearSelections() but not the countepart for select all items!

DevAhamed commented 5 years ago

This is a nice feature. Will try and add this once current branch becomes stable. If you want you can send a pull request as well.