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
2010-10-05 10:03:04
myListView.setFastScrollEnabled(true);
Ragunath Jawahar
2010-10-05 10:16:35
Literally yes, but you need to do some work to enable behavior like in video.
Orsol
2010-10-05 10:27:43