Questions tagged [fastscroll]
90 questions
1
vote
0 answers
Android ListView SectionIndexer
I have no problem using section indexer normally but here is what I am trying to do:
I have an alphabetical list that uses headers and entries - they all work perfect. However I want to add custom list items above the A section. I can do this no…

jjNford
- 5,170
- 7
- 40
- 64
1
vote
0 answers
Android: Use fastScroll in a WebView
I'm writing an Android app that displays ridiculously long HTML pages in a WebView control (nothing I can do about that, it parses an external website).
Is there any way to make scrolling easier? I tried fastScroll but it looks like WebView doesn't…

Elad Avron
- 1,411
- 1
- 18
- 28
0
votes
1 answer
Listview, Bitmaps and FastScroll strange heap allocation
I have a strange allocation issue on a listview, populated with LOTS of views with bitmaps.
The strange thing is that if I scroll down the list manually, the system allocates more and more space on the heap and the app crashes with an infamous…

DeliriumTremens
- 340
- 5
- 14
0
votes
0 answers
Crashes when scrolling fast in fileslist android studio
I'm building a video player app, when I scroll fast my video list in any folder app crashes and goest to MainActivity (Previous activity) where folderList
my code is posted below.
please anyone know how to fix it please guide…

Zahid Ashraf
- 11
- 2
0
votes
0 answers
Why is Android setting "fastScrollEnabled" to false for both a Grid View and List View?
I've been having some trouble enabling fast scrolling for a Grid View and a List View. I've set fastScrollingEnabled="true" in their XML layouts and added both the horizontal and vertical state drawables for the track and thumb. I also added these…

mbob98
- 79
- 7
0
votes
1 answer
scrollbar moves rough when activating fastscrollenable in android listview
scrollbar moves roughly while scrolling. how to make scrollbar move smoothly when enable fastcrollenable="true"?
I've been looking for it for a month. both in android documentation, stackoverflow, and other web ,but i can't find it.
in my listview ,…
0
votes
1 answer
lighttpd daemon failed to start after adding python support to read from cgi-bin
getting python to run from cgi-bin causes lighttpd daemon failed to start
$HTTP["url"] =~ "^/cgi-bin/" {
alias.url += ( "/cgi-bin/" => "/var/www/cgi-bin" )
cgi.assign = (".py" => "/usr/bin/python")
}
Am I doing something wrong
I also have…

Ciasto piekarz
- 7,853
- 18
- 101
- 197
0
votes
0 answers
Always item at top offset while scrollbar dragging(Fast Scrolling) with Vertical RecyclerView
I want to achieve fast scroll like this in my large data set RecyclerView, I'm using com.simplecityapps:recyclerview-fastscroll this library to fast scroll.
Item at top offset, this is what i want to do while fast scrolling.
This can do scroll at…

Riajul
- 1,140
- 15
- 20
0
votes
1 answer
Detect fast scroll in recylcer view
In my project I have RecyclerView with fast scroll and I need show some view only on fast scroll event (not for default scroll events). Is there some way to achieve this?

Artem Cherkasov
- 239
- 4
- 17
0
votes
2 answers
Android ListView not show scrollbar when fastscroll
When I scroll the list, fastscroll thumb is showed but the scrollbar thumb and track not showed.
Here is my XML code:

Tu Do
- 1
0
votes
4 answers
Fast Scrolling on RecyclerView
I would like to enable fling/fast scrolling on the recycler view. What I mean is that if user performs fling motion, the view continues scrolling and starts decelerating (I guess that's called fast scrolling).
I have a RecyclerView in a…

Quillion
- 6,346
- 11
- 60
- 97
0
votes
2 answers
Crashes when scrolling fast in listview android
I have a list view that when scrolling, the item in the middle of the list view is enlarged and its color changes.
But I have a problem, and it crashes when I scroll fast.
My code is located below.
Can anyone tell me what is causing the…

mohsen khorasani
- 35
- 8
0
votes
1 answer
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/wp-content/uploads/2010/08/Cures-A-Z-App-for-iPhone.jpg
Surprisingly I cannot find anything like that for android.…

dropsOfJupiter
- 6,763
- 12
- 47
- 59
0
votes
1 answer
Enabling FastScroll in QML
I am trying to enable the fastscroll in QML.. I have got some idea on how to accomplish that but need some help...
As you can see from the code below, I am using 2 listviews :- one for displaying contacts and the other to display the indexes for…

sid
- 31
- 5
0
votes
1 answer
Material fastscroll thumb with GridView and ArrayAdapter
I have a GridView layout that makes use of an ArrayAdapter to populate its contents. I want to make use of fast-scrolling and as such have added the following attributed to the layout XML:
android:fastScrollAlwaysVisible="true" …

kiyui
- 375
- 3
- 14