TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 297 forks source link

[Documentation] Transition from StickyHeaderView to SuperSLiM #98

Closed ghost closed 7 years ago

ghost commented 9 years ago

Hi Tonic,

I'm a big user of Sticky Header View, very used to its API, but when I look at the doc of SuperSLiM I am completely lost for the transition. Seems like many many things have changed.

As you own both libraries, it would be truly amazing to have a guide that explain how to transition a StickyHeaderView to SuperSLiM.

Let me know your thoughts, Stephane

TonicArtos commented 9 years ago

I am in the middle of transitioning SuperSLiM to a clearer API for the next version. When that is done I'll be documenting it in the wiki, and I think it should be more intuitive to users of the old style list view sticky headers API.

The pending changes have been discussed in a number of issues and on the wiki there is one document detailing some of the planned changes.