0

How to achieve Tableview with section and Index on Section, similar to how it's done on the iPhone?

Cœur
  • 37,241
  • 25
  • 195
  • 267
iavian
  • 197
  • 1
  • 1
  • 5
  • have a look at this link. i may answer your question. http://stackoverflow.com/questions/4540754/add-dynamically-elements-to-a-listview-android – Adeel Mar 25 '13 at 13:05

1 Answers1

0

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
  • 50,022
  • 30
  • 123
  • 131