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

Section as method parameter #46

Closed yccheok closed 7 years ago

yccheok commented 7 years ago

For methods which are accepting TAG as parameter, I add an alternative to accept Section as well. So that caller need not maintain "Section to TAG" mapping, before calling SectionedRecyclerViewAdapter