How to add a fast-scroller to the RecyclerView
I stumbled on this question a few days ago when I ran into this situation. Here is my example implementation of FastScroll for RecyclerView: github.com/danoz73/RecyclerViewFastScroller Try running the example application, and peruse the code to see a fairly simple usage of a simple RecyclerViewFastScroller widget. There is information on github, but I’ll include the basic … Read more