How to run multiple applications on one screen in Android?

I want to customize the Android source code so that it can run multiple applications on one screen. Is it possible?

You can check my work so far at this link

+4
source share
2 answers

You can use virtual machines, but this is the worst option (speaking in terms of memory).

0
source

You cannot run multiple applications on the same screen, but you can run multiple screens of the same application on the same screen and at the same time ..... for more information see this ...

Is it possible to install multiple Android applications in one APK file?

0
source

Source: https://habr.com/ru/post/1379942/


All Articles