Adding my own items to Long Click on Text Box menu on android
Posted
by
Boardy
on Stack Overflow
See other posts from Stack Overflow
or by Boardy
Published on 2011-01-12T22:50:48Z
Indexed on
2011/01/12
22:54 UTC
Read the original article
Hit count: 139
android
Hi all, I am currently developing an application for android. I'm not sure if this is possible but here it goes.
When the user clicks and holds on a text box whether it is a website or a piece of software a menu is displayed which shows paste and input method. What I want to be able to do is add my own items to this menu and when the user clicks on my item it will load my app, they can select an item from a list view. It will then copy the contents and automatically paste it into the text field the user selected.
Thanks for your help in this matter
© Stack Overflow or respective owner