Is it possible to replace android's browser default copy paste on text? -
i wondering if replace android's browser default copy paste on text. in which, user can long touch text , toolbar display button of copy or paste. wanted is, whenever user long touch text, app popup menu under selected text , button of copy , paste.
if user click on copy, save text file or sqlite future reference. that, copied item won't lost.
you need write onlongclicklistener element in text resides want copied/pasted.
example:
mytextview.setonlongclicklistener(listener);
Comments
Post a Comment