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

Request: add stickey/pinned headers support #102

Open AndroidDeveloperLB opened 9 years ago

AndroidDeveloperLB commented 9 years ago

as done on these libraries (yet they have issues) :

https://github.com/TonicArtos/SuperSLiM https://github.com/eowise/recyclerview-stickyheaders https://github.com/cymcsg/UltimateRecyclerView https://github.com/timehop/sticky-headers-recyclerview

There is always a header at the top of the recyclerView, and it moves up/down if being replaced by another.

wrozwad commented 8 years ago

look at https://github.com/h6ah4i/android-advancedrecyclerview/issues/1

AndroidDeveloperLB commented 8 years ago

Nice, so now it has it? I also forgot: Does this library have support for headers/footers?

h6ah4i commented 8 years ago

Hi. This library does not have sticky headers yet. Also headers and footers are not supported.

related: Header and Footer #141

AndroidDeveloperLB commented 8 years ago

oh ok. Thanks.