Android Question Terminating B4XPages Application

Erel

B4X founder
Staff member
Licensed User
Longtime User
The term "terminate" is not accurate. The app isn't terminated, it only moves to the background.

You can call B4XPages.ClosePage(Me) to close the current page. If it is the only page in the stack then the app will move to the background.
You can move the app to the background with B4XPages.GetNativeParent(Me).Finish
 
Upvote 0
Top