String Array and User Inputs | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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

21st Apr 2020, 3:02 AM
Shakira Bartley
Shakira Bartley - avatar
1 Réponse
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.
8th May 2020, 10:32 PM
ptokm
ptokm - avatar