views:

144

answers:

1

I need table with editable cells for my android app. Something like QTableWidget in QT. So what widget should I use?

A: 

You probably want a GridView with some View elements in each cell.

Soulreaper