I am making an Android application and want to add a feature of click to copy the list item value. When any list item will be clicked the value of the list item should copy to clipboard. Can somebody help ?
Asked
Active
Viewed 60 times
0
-
https://stackoverflow.com/questions/19253786/how-to-copy-text-to-clip-board-in-android – AndroidMech Nov 07 '17 at 08:13
-
https://stackoverflow.com/questions/238284/how-to-copy-text-programmatically-in-my-android-app – AndroidMech Nov 07 '17 at 08:15
-
The list click can be detected using list.onItemClickListener. Copying of the selected text can be implemented using the above two links. – AndroidMech Nov 07 '17 at 08:16