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

Custom ItemView #145

Closed zhengshiteng closed 5 years ago

zhengshiteng commented 5 years ago

We can create different section to show different view, but how to Custom each ItemView on One Section? I need custom getItemViewType(*)

luizgrp commented 5 years ago

duplicated #9