tags:

views:

15

answers:

0

Hi everyone, I think this might be a newbie question but I could not figure out a way to do it. In the Messaging application which comes with Android, they provide a way to select the text. When you select the option to select text from the context menu a selection tip comes up which can let you select the text you want? I figured it might be using setSelection method of EditText. Could someone tell me how to show that selection tip and how to decide the span of the selected string? Any help would be appreciated.

Thanks