Platzieren Sie den Cursor am Ende des Textes in EditText
editText.setSelection(editText.length())//placing cursor at the end of the text
abdullah
editText.setSelection(editText.length())//placing cursor at the end of the text