The moose likes Android and the fly likes Calling one application from another Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Calling one application from another" Watch "Calling one application from another" New topic
Author

Calling one application from another

karthick chins
Greenhorn

Joined: Feb 18, 2009
Posts: 1
Hi all... I have two seperate application of mine... I just want to invoke one application from another application's Activity.
Could somebody help me out with this..

What kind of intent need to be used...? Can i invoke any application installed on my android phone from the one i develop ?
zoheb hassan
Ranch Hand

Joined: Apr 01, 2009
Posts: 141

Its like this if you want to invoke Application2 from Application1 then you have to add one more intent filter in the Application2, you have to define an action in Application2 Manifest like


and then define intent in your Application1 as


This does the job of invoking your application
 
 
subject: Calling one application from another
 
Threads others viewed
SSL error
invoking classes
Passing control from one application to another.
Problem with Local home interfce accessing in EJB.....
Invoking methods present in jsp/servlet from another jsp/servlet
developer file tools