Placer le curseur à la fin du texte dans 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