My app read a surveys questions and answers from file, and its create for this a dynamic table layout. And when my table layout is ready i would like to show this on the screen but its not working. I have a table layout in my activity_main.xml, and i tried this to show my dynamic table on the screen:
tbl = dataManager.getMainTable();
tbl is the table layout in my xml file, and the getMainTable() method return with a TableLayout object, but its not show the table for me.