Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do i Create a button in which will open gmail and searches for any keyword ?
Posted

1 solution

The same way you create a button to do anything. Either use the design window in AndroidStudio/eclipse to create a button, or write the XML by hand. Then add a button handler in your intent to perform the required actions. There are many samples at http://www.codeproject.com/KB/android/[^] that will help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900