Android Question Master APK Slaves APK

imbault

Well-Known Member
Licensed User
Longtime User
Hi,

I have to deal to a master APK that can launch other "slaves" APK, sending intent and extra information, then go back to master one?

Is the good way is to use a Service inside the Master one? or any other approach?

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
Write two apps which do communicate with intents.
Probably you should use intent extras to transmid data
 
Upvote 0

imbault

Well-Known Member
Licensed User
Longtime User
I'm trying to anticipate on a client needs... not easy:

He wants to have a master APK, which can launch other "fields" APK, and the main APK needs to know, real time activity on third part activities...
 
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
You have replied by yourself : if you need to receive data in the background while other activities are on the screen, the service is the way to go
 
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
Upvote 0

imbault

Well-Known Member
Licensed User
Longtime User
Yes, I'm aware of intent provider, but I was thinking like a controller way using a service around the apps, maybe I'm wrong, I have to investigate...
 
Upvote 0
Top