I would like to implement a ListView with fastscroll and albhabet indexer as in the contacts application. I'm using a SimpleAdapter to populate the ListView. As seen from the image, by selecting a letter from the alphabet indexer at the right, the listView selection goes to the corresponding ListItem. How to accomplish this? Please help.

enter image description here

link|improve this question

70% accept rate
feedback

1 Answer

As I can't see your posted image, but I think

Here is the way to implement Section Indexing in Android as iPhone has, You should also refer Sectionindexer & alphabetindexer for such custom implementation.

  1. http://blogingtutorials.blogspot.com/2010/12/iphone-uitable-view-in-android.html
  2. http://hello-android.blogspot.com/2010/11/sideindex-for-android.html

Try this, Hope this what you need..

link|improve this answer
Thank you for your response. I'm sorry to say that the I am unable to download the tutorial from first link. The page doesn't get displayed do to some issue. And the second link, I have already tried to customize it. But it still doesn't serve my purpose. Anyway, thank you for your answer. Please do update if you find any other interesting solution. – Amy88 Dec 12 '11 at 6:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.