Is there an Android official alphabet fast scroll view? If yes, how to use it?
And I find some third party lib like MaterialScrollBar, but I prefer official version if it exists.
Any help is very appreciated.
Is there an Android official alphabet fast scroll view? If yes, how to use it?
And I find some third party lib like MaterialScrollBar, but I prefer official version if it exists.
Any help is very appreciated.
What a pity, there is no such thing untill now. However, there are some useful classes such as:AlphabetIndexer in case you want to implement yourself from official components like NestedScrollView, RecyclerView
https://developer.android.com/reference/android/widget/AlphabetIndexer.html