If I start off by loading an activity(or layout - are these the same thing?) such as,
and then want to load another activity say,
How do I do this. Do I need to unload the RunScreen activity first then call activity.loadlayout?
What is the difference between start activity and loadlayout?
B4X:
Activity.LoadLayout("RunScreen")
and then want to load another activity say,
B4X:
Activity.LoadLayout("EndScreen")
How do I do this. Do I need to unload the RunScreen activity first then call activity.loadlayout?
What is the difference between start activity and loadlayout?