I have an app (B4X Pages) with 3 pages. I want to be able to close them by the user and restart them automatically (by pressing a button).
in another B4X Pages App I have solved it with the following code in the main module:
In this app it is triggered by rotating the device (detect in the Main Code Modul), but I can't get it solved to trigger this by a button.
in another B4X Pages App I have solved it with the following code in the main module:
B4X:
Activity.Finish
StartActivity(Me)
Last edited: