lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Layoutmanager to implement Sticky headers #187

Open TheSikh opened 9 years ago

TheSikh commented 9 years ago

You have done a wonderful job to simplify the use of Recycler View by providing these Layoutmanager classes.However, I need to implement sticky headers for a GridLayoutManager and LinearLayoutManager. I have seen the currently available options like : 1) https://github.com/emilsjolander 2) https://github.com/TonicArtos/StickyGridHeaders These library are good but how we can implement this by using Recycler View. I would appreciate your help on this.

cheers,

davideavagliano-zz commented 9 years ago

I'm looking for the same feature! It would be great to use sticky headers in a RecyclerView! Cheers!