Is it possible to make this in Android..If it is, can you give me an example?

tableview

Thanks!

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

you can simply achieve this by using linear layout also . Please read this answer .

How can I implement this UI in Android

link|improve this answer
feedback

Yes this is possible.You can create row with different height.And you have to style your table layout so that it looks like as you want

link|improve this answer
feedback

Instad of table layout ,this can be achieved by List view as it appears to be more like a list

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.