I am new to android development.
I have been searching for list view similar to contacts list i.e a list with alphabetic indexing panel on the right side.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is nothing like that in android you have to create custom view. Try from iphone-uitable-view-in-android
and sideindex-for-android. I have used code from these two links to create iphone like list with alphabets on side.