I would like to inquire if it is possible to embed an Android app in a pre-existing app?
Basically, the parent app will have a set of tabs. Clicking on each tab will open a third-party app within the tab activity. I will access to the third party’s apk files but not their source code.
Please advice if this is possible in Android or not.
You don’t need to embed the applications, but you can use startActivity or startActivityForResult to launch other applications.