Android Question Display Tow Activities At The Same Time

khwarizmi

Active Member
Licensed User
Longtime User
Hi all
Can tow activities be shown and be active at the same time? like a header for example.
 

agraham

Expert
Licensed User
Longtime User
In Android 7 and later you can use split screen and open a second activity in the other half of the screen by following this tutorial.
Running B4A Apps in Split Screen Mode | B4X Programming Forum
I have this feature in both my BasicIDE, to open a script with the source still visible, and in one of my mapping apps. Under Android 10 and later both activities can be active.
 
Upvote 0

khwarizmi

Active Member
Licensed User
Longtime User
Thanks @Erel.
My problem is that the part that I want to be fixed is part of a website. If I use a panel, it will reload each time.
 
Upvote 0
Top