Android equivalent to iphone indexed UITableView

Posted by MattC on Stack Overflow See other posts from Stack Overflow or by MattC
Published on 2009-07-29T17:54:37Z Indexed on 2010/06/07 5:42 UTC
Read the original article Hit count: 904

Filed under:
|

I am porting an iPhone app over to the Android platform. One of the views has a very large list of data and on the iPhone app, there's a scrollbar of sorts on the right hand side that displays the letters of the alphabet and allows the user to quickly scroll through the list this way. I am having trouble finding such functionality in Android. Is there a simple way to implement this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about android