I am making an Android application. In my application, I have to find the cursor position of a edittext. For example, I put the text "how are you"
on edittext. If I click next to character 'a'
then, I have to find the cursor now in front of 'a'.
How can I find out the cursor position and the character where cursor is placed?
Use getSelectionStart()
method to get current position of cursor in an Edittext
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With