Inserting TableRows into TableLayout programmatically – TextView inside TableRow won’t display
Okay, so I’m trying to insert TableRows into a TableLayout programmatically every time a button is tapped. Each of these rows contain a TextView set to some String. My problem is, that although the …