I'm building an app for Android to receive sms, decode messages and send sms with response, without the need for operator intervention
Main modules (code), Starter (service), B4xPage (class module), Sms (service)
When app start, MainPage is displayed
There is only the MainPage that I am using as a program configuration
When the app starts, the setup screen is shown
Once the configuration is complete I would like to have a button 'HIDE' to close the MainPage and put the program in 'listening' mode
What command to use to hide the MainPage?
Main modules (code), Starter (service), B4xPage (class module), Sms (service)
When app start, MainPage is displayed
There is only the MainPage that I am using as a program configuration
When the app starts, the setup screen is shown
Once the configuration is complete I would like to have a button 'HIDE' to close the MainPage and put the program in 'listening' mode
What command to use to hide the MainPage?