I am using touch listener on text view. I can get the touch coordinates through motion event.
Can I get the character index or near by character coordinates on which I clicked.
Eg., Hello Android
This is my text. Now I can get the x y coordinates but can I get the character index, say A
, when I touch it.