Monday 15 September 2014

android - How can I launch an activity in another apk? -


Hi,

I have 2 projects (each has its own APK) Would you please tell me Can I launch what activity which I have made in the second APK? I have this activity that I want to launch from any other project: // What should I do here so that I can launch it in a different project?

You must apply an intent interface ie Your activities have been answered in the specific intents specified by intent-filters in your manifest. Take a look at this page:


No comments:

Post a Comment