Hi all
I have an app that needs to close after it starts a new activity.
It is possible that I have not really structures the activities very well but that's a lesson for another time.
Currently the first 'Main' activity displays a login screen.
Once the login has been validated I want to start a new activity and kill the current one.
I have tried:
But when I do an ExitApplication in the Dashboard activity it closes DashBoard but the Main is still there!
Is there a better way to achieve this?
Thanks
I have an app that needs to close after it starts a new activity.
It is possible that I have not really structures the activities very well but that's a lesson for another time.
Currently the first 'Main' activity displays a login screen.
Once the login has been validated I want to start a new activity and kill the current one.
I have tried:
B4X:
StartActivity(Dashboard)
Activity.Finish
Is there a better way to achieve this?
Thanks