Hello,
I wanted to put EditText in array.So that it can be printed several time.I don't want to make several EditText in XML i really wanted to avoid making robust xml.
I planned to make one EditText and then with loop displaying several time.
I did that with text but don't know how to do with EditText.
It should look like this:
Text Edit text
Text Edit text
Text Edit text
Text Edit text
Text Edit text
I know for ArrayList and ArrayAdapter but i must make two more class and at the end it's the same like i made several EditTexts in XML... I want to shorten the code writing.I tried everything that i know i lost a day in something that should be an easy task....
my XML:
nad my
JAVA: