It is my understanding that the android GUI works with XML files. If I were to have a single screen with a variable amount of rows/columns of text boxes, how would I go about doing that?
Would I need to create an XML file for every possible combination of rows/columns of text boxes, and then load a single XML file based on some user input? Or would I need to edit a single XML file, depending on the desired combination of rows/columns of text boxes, and then load the edited XML file as the GUI?