Normally, when the view is clicked, the text cursor is set near the place you clicked on. I try to set it always to the end (past the last character), but it does nothin
You should call setSelection() inside the afterTextChanged() of the addTextChangedListener().
setSelection()
afterTextChanged()
addTextChangedListener()