how to get android EditText column
I have开发者_C百科 one EditText, and I want to get the current column position.
I am using SDK 1.5
Thanks, Alex
I haven't tried this out, but I'm guessing that either getSelectionStart() or getSelectionEnd() will return the position of the cursor based on the api docs.
精彩评论