Tagged Questions
0
votes
2answers
486 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 ...