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

871 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 answers

0
Chid 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