How to make a TableLayout from XML using programmable way ?
- by user164589
hi guys,
I am trying to add TableLayout to the LinearLayout from resourse(xml) using programmable way.
The added TableLayout count is dynamic. It would be between 1 - 10.
I think it is better way to make it from resource xml. Because design doesn't break.
How to make it ?
Actually I don't know how to create a new instance from the XML.
Please help. guys.
Thanks in advance.