Having some problems deleting text from a string i am using to create a text box on an Android, i attempted two similar methods. Can anyone advise what is wrong, I suspect the backspace key in android may not be called "BACKSPACE" or substring is not the correct way to delete something from a string.
If you know better functioning examples of text boxes and inputs for android please provide links.