Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ListView with Alphabet on Android

I want to do a listview on android and it contains an alphabet near of the list (like iphone application).

I couldnt find any way to implement an list and having alphabets, when ı click on c letter list scrolling and start with the c Letter.

Thanks

like image 808
filiz Avatar asked Oct 20 '10 07:10

filiz


1 Answers

May be FastScroll fits to you? http://developer.android.com/reference/android/widget/AbsListView.html#setFastScrollEnabled%28boolean%29

like image 112
Sergey Glotov Avatar answered Nov 12 '22 14:11

Sergey Glotov