aishwarya shukla wrote: > I want to know if there is any way to start another application from > within my application. > Specifically i am trying to a have a shortcut (button) to Google Maps > Application within my application. > > Also is there any way to start another process from within my android > appplication?
Call startActivity() on an appropriate Intent. Here is an example app that launches Google Maps: http://github.com/commonsguy/cw-android/tree/master/Activities/Launch/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in US: 14-18 June 2010: http://bignerdranch.com -- 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

