Questions tagged [fastscroll]
90 questions
1
vote
3 answers
ListView with AlphaIndexer Cache Not Clearing
So I have one activity with a listview in it that is dynamically updated via cursors. The cursor object is being reused by simply reassigning a query command to this variable, which returns a whole new set of data. This works fine. The issue is…

Du3
- 1,424
- 6
- 18
- 36
1
vote
2 answers
setFastScrollEnabled works fine on all my phones and crashes on Honeycomb tablet
I recently get a Xoom and I am currently working on improving my apps for HoneyComb tablets.
Everything is fine and my last issue concern a ListView with a FastScroll into a TabActavity.
this.setListAdapter(mIndexAdapter);
ListView lv =…

Waza_Be
- 39,407
- 49
- 186
- 260
1
vote
1 answer
FastScroll in React Native
Any suggestions on implementing quickscroll AKA fastScroll on React Native?
I'm trying to implement quick scrolling -- AKA fast scrolling -- on a FlatList in React Native and I'm running into a lot of issues.
The existing libraries,…

The Coder
- 71
- 1
- 5
1
vote
0 answers
How to change a property fastScrollEnabled of RecyclerView programmatically?
In Android since API level 26 we can easily enable fast scrolling for RecyclerView.
But all the examples found show only the use of 'fastScrollEnabled' property in the XML-layout.
How to change this property programmatically?

Gregory
- 802
- 10
- 16
1
vote
0 answers
change The width of the FastScroll listview
I would like to reduce the width FastScroll listview.
How at Android Studio i can change The width of the fastScroll listview ?
Does not work
android:scrollbarSize="50dip"

aleas
- 11
- 3
1
vote
1 answer
How to get view of android listView fast scroll thumb programmatically?
I am using this github library https://github.com/amlcurran/ShowcaseView to display overlay on view elements of my app during user onboarding (or first time app open after install).
This library requires the view as input and displays overlay on…

mumayank
- 1,670
- 2
- 21
- 34
1
vote
0 answers
Android fastscroll: how to reduce the working area of the thumb
In my application, I have a ListView and I activate the "fastscroll" flag.
It is works fine but it starts even if I put my thumb at 1 centimeter of the right edge of my screen, while I notice that in other applications it is necessary to put it at…

Charstar
- 113
- 8
1
vote
1 answer
How to add a fast-scrolling-scrollbar to Recyclerview without 3rd-Libraries
I want to add the Fast-Scroll-Feature (like in the Android contacts app or in Whatsapp contacts) to my RecyclerView?
I would also use a listview but I need Cards in my app on the same layout!
If implementing fast-scroll to Recyclerview is too…

the_dani
- 2,466
- 2
- 20
- 46
1
vote
0 answers
ScrollToRowAtIndexPath takes longer to scroll because of UITableViewAutomaticDimension
Im trying to build a scroll within 977 strings of data in the array placed in UITableView , well I'm using the following to do automatic calculation for the
cell height : mytableView.rowHeight = UITableViewAutomaticDimension.
And using the…

AaoIi
- 8,288
- 6
- 45
- 87
1
vote
0 answers
Android listview with a CursorAdapter fastScroll Alphabet bubble
I want to create a listview which gets data from a Cursor Adapter and build a fast scroll with alphabet bubbles on the right. What is the best way/libraries to do this with Material design? I want to achieve this in the link below. The Alphabet…

user3773337
- 2,086
- 4
- 20
- 29
1
vote
1 answer
Why is the fast scroll bar not showing in Lollipop
So I have a ListView and I'm trying to add the Fast Scroll bar to it like so:

Fifer Sheep
- 2,900
- 2
- 30
- 47
1
vote
1 answer
NoSuchFieldException: mFastScroller on android Lollipop
I am trying to implement custom FastScrollListener which is working fine on every platform except Android Lollipop where its crashing on the following line:
final Field fastScrollerField =…

Ali Ansari
- 219
- 3
- 14
1
vote
0 answers
Wrong popup size in listview with section index
I have a listview with fast scroll and section index. I'm using dates as section header. It works fine on a nexus 4, but in a samgung device, the popup doesn't resize to suit the text. The image below shows the problem:
This is the declaration of…

Jose A. Espín
- 71
- 10
1
vote
0 answers
Show listview custom section index while scrolling listview
I am implementing an Android listview with fastscroll and SectionIndexer.
Similar to the address book - you know when you scroll it fast it will indicate where you are in the alphabetical list by an arrow with a letter on.
In my case the list is not…

AppleMoose
- 43
- 1
- 6
1
vote
1 answer
SectionIndexor in Android 3.0 Onwards
I have an application in which i have implemented sectionIndexor to have alphabetical scrolling. This works fine with API level < 11. In higher versions i have a problem. The problem is that when i using fast scrolling thumb then i get to see the…

Udit Shah
- 241
- 2
- 14