I know this must be obvious, but I can't figure it out
If I have 2 or 3 layouts in an app, how do I switch between them?
If I have 2 or 3 layouts in an app, how do I switch between them?
B4X:
Sub Activity_Create(FirstTime As Boolean)
Private i As Int
Activity.LoadLayout("Main")
Activity.LoadLayout("Settings")