tags:

views:

53

answers:

1

alt text I have seen the above marked (Encircled in Red) widget in quiet a few applications, what is it?

+3  A: 

It is a FastScroll, standard feature of ListView, here you can see how it can be implemented.

Orsol
myListView.setFastScrollEnabled(true);
Ragunath Jawahar
Literally yes, but you need to do some work to enable behavior like in video.
Orsol