Generally we see that when we hold the BackSpace (Delete) key on a softKeypad in android , it keeps on deleting the characters in the EditText , until it becomes empty.
But in my case when i hold the backspace key on softkeypad ,it only deletes one character . I do not understand how to make it to continuously delete the characters .
Please Help