eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
961 stars 148 forks source link

Expand Collapse Sticky Header? #33

Open mayankdbit opened 9 years ago

mayankdbit commented 9 years ago

Is it possible to do expand or collapse when user clicks the header?

treylon commented 9 years ago

+1

shashidhar502 commented 9 years ago

+1

sharpidea commented 8 years ago

+1

davideas commented 8 years ago

You can check my https://github.com/davideas/FlexibleAdapter project which supports Expandable items. I did't try if the Header item can also work as Expandable item as well, in theory yes, but you are free to try.

ccsavvy commented 10 months ago

@davideas I have tried this but it's not working with auto collapse when expanded.