How can I use "first-letter" feature when user performs accelerated scrolling? See the video @ 0:20
Asked
Active
Viewed 2,810 times
1
-
possible duplicate of [Contact-app like scrollinglist on android](http://stackoverflow.com/questions/2607132/contact-app-like-scrollinglist-on-android) – Josh Lee Mar 01 '11 at 09:28
1 Answers
-1
Short: setFastScrollEnabled(true);
on the ListView
Or take a look at a similar question here
-
I need to show the first letter popup. I know how to enable the accelerated scroller – Eugene Pankov Mar 01 '11 at 15:30