souvik wrote: > Now if i want to launch android calculator when i click that > button, what i have to do?
1. Find an Intent that will open that application -- you might try browsing through the roster at: http://www.openintents.org/en/applications 2. Call startActivity() on that Intent -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

