views:

219

answers:

3

could anyone point me to some examples on how to achieve Tableview with section and Index on Section. Similar to one it's in iPhone => http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html

A: 

I don't have examples in mind but I think it can be done quite easily by creating the headers in your xml and then adding dynamically the rows with an incremental variable int giving you the index. The other option would be to do that with list in android. The final look would be pretty much the same as on the Iphone... You can have a look at this, it's pretty easy actually.

Sephy
A: 

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

mm6264
I found it hard to implement, not easy as iPhone.
iavian
A: 

hi iavian,

thanks for reply... that means its possible to achieve that functionality in android. it would be nice if you point me to any relavant tutorial or so...

many thanks..

mm6264