I can't seem to find any documentation about how to get the rect of the insertion point. I'm trying to display a view (like auto-complete) directly below the text caret / insertion point
I'm considering making a custom textview but if i could avoid it , that would be ideal in my situation. Thanks!