0
String Array and User Inputs
How do I make a method that gets user string input and store it into a string array every time a user registers
1 ответ
0
You can have an Activity which appears editText for user input and a button (with onClickListener) that when pressed put the string input in array.