tags:

views:

13

answers:

1

I have one EditText, and I want to get the current column position.

I am using SDK 1.5

Thanks, Alex

A: 

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.

blucz
that is true, but can I get for each individual line? It seems that this one gives for the whole EditText
Alex