What to know in order running Activity in extern application?

Depends on how would you launch that activity If you want to tightly couple your intent from App A with the activity of App B, then you should be knowing the activity name and inturn the app name. Eg: com.xxx.xxx. Xxx If you want to fire an intent with the action, Then you must provide the action name to the Intent and the intent filter for this action must be set in the activity of App B.

Depends on how would you launch that activity... If you want to tightly couple your intent from App A with the activity of App B, then you should be knowing the activity name and inturn the app name. Eg: com.xxx.xxx. Xxx If you want to fire an intent with the action, Then you must provide the action name to the Intent and the intent filter for this action must be set in the activity of App B.

Thank you. – rayman Apr 28 '10 at 7:59 Read through following links: developer.android.Com/guide/topics/intents/intents-filters. Html developer.android.

Com/reference/android/content/Intent. Html – Vishwanath Apr 28 '10 at 10:26.

I wonder if it's possbile, and if it is, what i`am suppose to know, in order to run an Activity in some application, while I am calling it from another application. For example, now I am on Application A, and I want to run an Activity on Application B. What parameters do I need to know in order to do that?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions