Hi Developers, I need to add a option to my app after select,copy,copy all, paste of menu items of edit text. I have to add intent action in that menu so that when user click the option it will trigger to my application
Thanks in advance :)
Hi Developers, I need to add a option to my app after select,copy,copy all, paste of menu items of edit text. I have to add intent action in that menu so that when user click the option it will trigger to my application
Thanks in advance :)
Hi,
ts as simple as that..
On click event of that menu item handle event.. and define intent, also define its action and your application class,then StartActivity or startActivity for result...
Thanks Rakesh