tags:

views:

111

answers:

3

can anybody please give me example of using similar functionality like uitableview in iphone to in android?

A: 

UITableView's equivalent is ListView

Have a look at this thread for an example:

http://stackoverflow.com/questions/2958560/beginner-best-practices-in-an-android-app-ui-navagation/2959594#2959594

disretrospect
A: 

thanks disretrospect, i will have look...

mm6264
A: 

hi CommonsWare,

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 want similar functionality in android????

mm6264