Android Question Two apps into one

AHilberink

Active Member
Licensed User
Longtime User
Hi,

I have 2 apps. I want to use them seperatly, but also together as one app.

For example a Tab from TabStrip with the second app on it.

Will this be possible or do I have to merge them to a new app?
If Yes, Can someone set me to the right direction? Do I need webview or Intent?

BR, Andre
 

DonManfred

Expert
Licensed User
Longtime User
For example a Tab from TabStrip with the second app on it.
You can not implent another app in your app.

Create a combined version.
 
Upvote 0
Top