I am new to RecyclerView and I want to implement the fast scroll feature in RecyclerView like google contact application and search on the internet and i found that now Android provide officially New fastScrollEnabled boolean flag for RecyclerView. So my question is can someone provide the sample implementation of it.
Here is the official document from google https://developer.android.com/topic/libraries/support-library/revisions.html#26-0-0
