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.32k stars 860 forks source link

Sticky Headers? #257

Open guidedways opened 8 years ago

guidedways commented 8 years ago

Any plans for Sticky headers please?

h6ah4i commented 8 years ago

Hi. Sorry, I do not have plenty of time to implement such feature :( I guess that I need to create a custom LayoutManager and a Adapter same as the following library's approach.

(Unfortunately, this StickyHeaders library is incompatible with Advanced RecyclerView.)

guidedways commented 8 years ago

Thanks, it would be absolutely awesome if you could consider it, since like you said the other library isn't compatible. It would have to be an ItemDecorator perhaps written by yourself, supported by Advanced Recycler View. This is already the most easiest library to use out there.