Kotlin EditText Cursor End
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