tags:

views:

312

answers:

1

I am new to android,now i am working on some database sample programs. Now i have a problem in displaying the data retrived from database in a tabular format.If anyone know the answer please help me with the source code.

+2  A: 

You can use TableLayout wrapped in a ScrollView. Or you can use a GridView. It depends on whether or not you want to allow people to select cells or not.

CommonsWare