can any one help me how to add dynamic tablelayout into static main.xml layout, in the static layout i added the buttons and textview. i want add the dynamic tablelayout into specific linearlayout in the .xml form.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Programmatically, you can create a dynamic tablelayout. Add that table layout to the layout that you have defined in XML using the Example
|
|||||
|
|
|
//this is your layout in xml
//this dynamically you are creating in your activity
//Next add the new tablelayout to your linear layout
|
|||
|
|