How to display the rows and columns in a table layout in Android

883 Views Asked by At

I am new to android.I want to display the table layout rows and columns that is displaying its horizontal and its vertical lines of a table layout can any one help me how to do it please.

1

There are 1 best solutions below

0
On

You should make use of TableLayout in your xml file. One of the most simple tutorial would be found at http://developer.android.com/guide/topics/ui/layout/grid.html