Is there a method to know the cursor position in an EditText when an user "scrolls" and release it?
https://developer.android.com/reference/android/widget/EditText.html#getDefaultMovementMethod()
https://developer.android.com/reference/android/text/method/MovementMethod.html#onKeyUp(android.widget.TextView, android.text.Spannable, int, android.view.KeyEvent)
[Like Whatsapp, for example: you can move the cursor and insert an emoticon]
https://developer.android.com/reference/android/widget/EditText.html#getDefaultMovementMethod()
https://developer.android.com/reference/android/text/method/MovementMethod.html#onKeyUp(android.widget.TextView, android.text.Spannable, int, android.view.KeyEvent)
[Like Whatsapp, for example: you can move the cursor and insert an emoticon]