2012-12-05 1 views

Répondre

1

vous pouvez obtenir le selected word de votre texte .. modifier

String text=yourEditText.getText().toString(); 
String slectedWord=text.subSequence(yourEditText.getSelectionStart(), yourEditText.getSelectionEnd()); 
Questions connexes