h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.31k stars 861 forks source link

Header and Footer #141

Open DarkVio opened 8 years ago

DarkVio commented 8 years ago

Have the ability to add in your adapter Header and Footer ? snx --Header 1 ----childHeader -? ---child ---child ---child ----childfooter - ? --Header 2

h6ah4i commented 8 years ago

Hi. This library does not provide header or footer items, but you can implement them by using the itemViewType mechanism of RecyclerView. Please check the implentation of examples which has section items.

mvn-vinhhuynh-dn commented 8 years ago

👍