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 862 forks source link

I hope to have sticky feature in the future #380

Open Khaos116 opened 7 years ago

Khaos116 commented 7 years ago

I hope to have sticky feature in the future,do you have a plan?

h6ah4i commented 7 years ago

Hi. Thanks for the feature request! However, I do not have any plan to add sticky header in the future for now.

P.S. I have been watching @bgogetap's sticky header library for a while. His library is based on creating a custom layout manager, so it means the sticky view(s) can have click listeners! It cannot be achieved by RecyclerView.Decoration based approach. I am not sure wether his library is compatible with my library, but its worth try if you only need a sticky header feature.

https://github.com/bgogetap/StickyHeaders