The answer lies in the JavaDoc for the TableLayout class:

http://developer.android.com/intl/de/reference/android/widget/TableLayout.html

"Although the typical child of a TableLayout is a TableRow, you can
actually use any View subclass as a direct child of TableLayout. The
View will be displayed as a single row that spans all the table
columns."

You probably want the first part of that -- i.e. add TableRow views as
children.

On Mar 11, 10:30 pm, sadiah zafar <[email protected]> wrote:
> kindly somebody tell how to create rows dynamically via code in
> TableLayout.I neeed it urgentleyyyyyyyyyyyyyyyyyyyyyyyyy.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to