Android Question How to send commands from one App to a second App

amorosik

Expert
Licensed User
I have an app that I will call Launcher
I use it to start other apps, also made by me, which I will call App1, App2, etc ..
I would like to know how to send commands from Launcher to one of the Apps after starting them, for example view the 'Configuration' page and then press the 'Save' command button
Both Launcher and App1, App2, etc ... are made in B4A and under my control and therefore I can make any changes
The question is: how to do a Launcher code to send commands to the App1 just started to go to a certain Page and press command buttons or write on textboxes?
 
Top