How to interact between application...
I am doing proces in one application. The data to be launch in same
application & one more application...
Waiting for replay.. Thanks Advance..
Depending on the type of data there are several ways for doing this.
You can use intents to trigger the other application to do something. You can pass extra data in the intent so that the receiving application knows what to do with it.
Can you give an example of what you would like to do, so maybe i can help you with a few lines of code...
Jodol
EDIT: In the API demo's checkout the 'App/Receive Result' demo on how to pass data between activity's
Member of a Dutch company developing applications for Android.
ColdTrick Solutions
I have Mapview application/project ... some image capture from this project and then send myproject. collect image through my app.. What type of intent used... Thanks Advanced once again...