Tagged Questions
0
votes
2answers
30 views
Best GUI to let the user edit a list of strings in Android?
Suppose, I need the user to be able to input a list of strings somewhere in the settings of the app. Say, it's a list of URLs. The strings are not supposed to have any spaces, commas or semicolons ...
0
votes
2answers
550 views
append backspace in edittext
I have a simple activity. Only one edittext and one button.After writing some text in the edittext if I press the button I want to delete the last character of the text.
I have tried like this:
...
0
votes
2answers
1k views
Android EditText boxes
I want to cause the focus of one edit text box to move to another on editting (meaning you can only type on letter before it automatically moves on to the next edit text).
It's the "on edit" that I ...