Android Question Correct way to load, unload, start, finish activities/layouts?

Rams007

Member
If I start off by loading an activity(or layout - are these the same thing?) such as,


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?
 
Top