I am developing an application in android. I have situation wherein I have the need to call another app from the main app. Basically when the user presses a tab in the main app the second app should open and it should remain within the main app tab view.
I have developed the complete code for the main app. I also have the source code for the second app and the apk. I am totally not sure as how to integrate the 2 apps. Based on references I am understanding that we can call the apk of the second app from the first, but I am not clear on the same. Please advice or suggest any steps towards the same.
Regards,
Harry
Why? You appear to be the author of both apps. Why not simply combine them?
This is not supported, on two levels:
You cannot embed another application’s UI into your own, except via
RemoteViewsEmbedding activities inside of activities is now deprecated