How to achieve Tableview with section and Index on Section, similar to how it's done on the iPhone?
Asked
Active
Viewed 1,884 times
1 Answers
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