I have a textview which displays a lot of text.
My users want to highlight and copy a snip of code to the clipboard.
Any pointers on how to do that?
I have a textview which displays a lot of text.
My users want to highlight and copy a snip of code to the clipboard.
Any pointers on how to do that?
Have you tried Copy Paste - Android Developers Site?
Modify the textIsSelectable
property:
android:textIsSelectable="true"