1

How can I use "first-letter" feature when user performs accelerated scrolling? See the video @ 0:20

Eugene Pankov
  • 856
  • 1
  • 15
  • 30
  • 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 Answers1

-1

Short: setFastScrollEnabled(true); on the ListView

Or take a look at a similar question here

Community
  • 1
  • 1
Maaalte
  • 6,011
  • 3
  • 29
  • 27