I am new to android. Now I am working on some sample database programs. Now I have a problem with displaying data received from the database in a tabular format. If anyone knows the answer, please help me with the source code.
You can use TableLayout wrapped in a ScrollView . Or you can use a GridView . It depends on whether you want to let people select cells or not.
TableLayout
ScrollView
GridView