I have one editor EditText et1 = (EditText) findViewById (R.id.EditText01);
when I want to clear edittext, I use et1.setText (""); but if I have to clear the edittext one character from the last for that I have no solution that can give me a solution
source
share