Just cant get the hang of these activities commands.
In VB.Net if i press a button on a form and it loads another from I can code something like
OldForm.Hide
NewForm.Load
What's the equivalent of this using activities in B4A ? For e.g.. if I have an Exit button and want to hide/close the current activity and open the main activity?
Suppose your button is in the main Activity and you want to pause main and go to the second activity. If the 2nd activity is called Boyle, you do this: