I have a ListViewItem in which i want to display an array of strings. problem is the array is of variable size. so setting up an xml with a TextView for every item in the array wont work.
Is there any other way to accomplish this? For example by defining the layout in code or setting up one TextView and setting up a single string with line breaks?
Any suggestions?