How can I write my own context menu for copy & paste?
- by skysign
I'm writing an application with EditText driven widget. and I'd like to create my own copy & paste menu. To replace android default menu on EditText, what should I do?
Just overriding long click? or is there another way to implement?
Thanks in advance.