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

Fast scroller #208

Open TonicArtos opened 7 years ago

TonicArtos commented 7 years ago

A scroll indicator that can be dragged and lets the user index within the section hierarchy.

hendrawd commented 7 years ago

What are the best practices to implement this function? Since i need this functionality too, you could give me some advices and maybe i could send pull request to implement this function