I\'m looking to emulate the functionality in the latest Music app, namely the nice little cursor that pops up which allows one to scroll super fast to the artist/album/track
setFastScrollEnabled(true);
(http://developer.android.com/reference/android/widget/AbsListView.html)