carlesgutierrez
Lurker
Hi all!
I've seen just an old post about this without so much feedback. So bumping it and adding some questions about.
I'm figuring how to communicate 2 mobile Apps located in the same terminal. One is UE4 App and the other not ( last one launches a Unreal Engine App on Android for instance). Both requires share some info, text files right now.
Could work sending some TCP/UDP/WebSockets packages between 2 Apps.. Has anyone experience about it?
Also could work to share a folder for both Apps. So they can read/write there:
I've seen just an old post about this without so much feedback. So bumping it and adding some questions about.
I'm figuring how to communicate 2 mobile Apps located in the same terminal. One is UE4 App and the other not ( last one launches a Unreal Engine App on Android for instance). Both requires share some info, text files right now.
Could work sending some TCP/UDP/WebSockets packages between 2 Apps.. Has anyone experience about it?
Also could work to share a folder for both Apps. So they can read/write there:
- Is it possible to get a generic folder path ( external ) for both Apps using any internal Android function?
- "Command line" arguments won't work. Is there something I can do pass arguments before to launch the 2nd App ( Intents ? )