The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Import Android SDL C++ application in another Android app
Noxalus


Joined: 06 Mar 2014
Posts: 26
Location: France
Hello everyone Smile

I have an Android SDL application written in C++ and I would like to integrate it into another application.

Let's take the Dropbox Android application as example. You can browse into your files and if you want to open a World file for instance, it will open a Word like activity with the content of your file, but still inside the Dropbox application.

Another example would be an Android game made in C++ that I want to integrate at the bottom right corner of an Activity of another Android app.

Is it possible to do something like that?

Thank you in advance for your answers. Wink

PS: For what I want to achieve, the intents is not a good solution, we need to stay inside the same application.
Noxalus


Joined: 06 Mar 2014
Posts: 26
Location: France
EDIT: I meant Word file and not World.