i just want to show alphabetical letters on right side of my screen and my screen contain list of all names in phone contacts this feature is already given in android phone when we open phone contacts then in right side one vertical list appear that show all alphabetical letter and when i click it show that contacts start with that letter so i just want to implement this feature in my app. and i have also tried this one
<List View
android:fastscrollenabled="true"
/>
so i don't need this scroll so please suggest me the solution.
Thanks in advance