Top "Fastscroll" questions

How to add a fast-scroller to the RecyclerView

Background On ListView, you could have a fast scroller which allowed you to drag a scrollbar to easily scroll to …

android scrollbar android-recyclerview fastscroll sectionindexer
How to use fast scroll in android?

I have a list of events which are seperated by month and year (Jun 2010, Jul 2010 etc.) I want to enable …

android android-listview fastscroll
Android L: Fast scroll for the RecyclerView

I'm trying to use RecyclerView in my application with lots of data in it and would like to make a …

android android-listview android-5.0-lollipop android-recyclerview fastscroll
Android alphabetical fast scrollview in RecyclerView with Collapsing toolbar

In my application I have activity_main.xml like this:- <Coordinator Layout> <AppBarLayout> <CollapsingToolbarLayout&…

android android-recyclerview material-design android-coordinatorlayout fastscroll
android listview fast scroll customization issue

here is my listview <ListView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/ListView" …

android listview fastscroll
android - listview fastscroll with alphabet like on iPhone contacts activity

Hi I am simply trying to implement an iPhone like fastscroll with an alphabetic scrollbar. See here: http://appsreviews.com/…

android listview fastscroll