I have one EditText, and I want to get the current column position.
I am using SDK 1.5
Thanks, Alex
I have 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.