[android-developers] Re: How should I call an application from another application?

2009-05-25 Thread Saurav Mukherjee
use intents... before usin modify ur manifest file On Sat, May 23, 2009 at 10:00 AM, iou200...@gmail.com wrote: > > As the subject ,I want to know How should I call an application from > another application?Thanks > > > --~--~-~--~~~---~--~~ You received this mess

[android-developers] Re: How should I call an application from another application?

2009-05-23 Thread Peli
Using intents. http://developer.android.com/reference/android/content/Intent.html You can browse through a few examples here: http://www.openintents.org/en/applications Peli www.openintents.org On 23 Mai, 06:30, "iou200...@gmail.com" wrote: > As the subject ,I want to know How should I call an