eowise / recyclerview-stickyheaders

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

Is it possible to add OnHeaderScrolled event? #28

Closed ravidsrk closed 9 years ago

ravidsrk commented 9 years ago

How do i add an callback event OnHeaderScrolled ?

leruaa commented 9 years ago

You mean when you swipe an header right or left ?

ravidsrk commented 9 years ago

I mean when i scroll up of the recyclerview. Assuming we have setSticky(true), Header scrolls up and new header sticks to top.

leruaa commented 9 years ago

Currently, the only event supported on headers is Click. By the way, RecyclerView has scroll abilites. Maybe you can achieve what you want with it ?