Hey, so I have got a very basic question. On my app I have a lot of different layout files. Everytime the user presses a button on one layout file it loads the next one. In Visual Basic, we call these Forms. So my question is how can I make this easy? Like the user presses a button, it closes the current layout and loads the next one. On VB, the code would be like:
So how would I make it similar like in B4A?
B4X:
Form2.Show
Me.Close
So how would I make it similar like in B4A?