I see that after android 3.0 it introduce into the isselectable attribute, but i found even in android 2.1, the SMS editbox can allow user double click a word you typed and highlight to select it. how does it work? i thought it's a regular edittext box but it's not. the layout edittext box can't doubleclick and select a single word, it can just press and drag to select, and it works very bad.
so, does anyone know how to implement this: when i double click(or long click) a word of the text in TextView(or any other view), the word can be selected and i can perform some actions.
who knows how the SMS editing box implement?
thanks.