How can I write my own context menu for copy & paste?

Posted by skysign on Stack Overflow See other posts from Stack Overflow or by skysign
Published on 2010-02-09T04:57:26Z Indexed on 2010/05/28 2:41 UTC
Read the original article Hit count: 223

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-widget