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.
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,