Click a word and copy it from the TextView

I would like to copy a word to the clipboard from the TextView by clicking on that word.

As an example: My TextView is "Hello world. It's summer".

Is there a way to hit "summer" and get it in the buffer?

I know I can copy the string of the TextView, but I only need to have one word.

+3


source to share





All Articles