- Home /
Allow users to input a list?
I need some way to allow users to input a list of strings with the keyboard.
I can't think of any way to do this.
I haven't been able to work on my app for days.
Thanks
Here are some thoughts 1. string array variable to store
Text field to type string
Add button to submit string
A label to instruct what to enter.
User input string in text field and select Add button
Check for valid string if valid store it in the array and clear text field.
Ask user to enter next string using a label
Repeat 5 & 6 until you get all your strings.
Your answer
Follow this Question
Related Questions
Is there a way to add Javascript files to an assetbundle? 0 Answers
Changing view based on device 0 Answers
Make an object move in the direction of touch 0 Answers
android touch input 1 Answer
Unity 2D Mobile Game Drawing Mechanic 0 Answers