Hi all ,
I am new with B4A , and i have some questions (it is too easy for other) .
I make application with splash screen and when user click next it must show settings1 layout .
Then user must click next to show settings2 layout .
then user show main layout .
Now I try to end program by this code :
but when I try it , the program go to settings2 layout , and not end application !!!
I am new with B4A , and i have some questions (it is too easy for other) .
I make application with splash screen and when user click next it must show settings1 layout .
B4X:
StartActivity("settings1")
Then user must click next to show settings2 layout .
B4X:
StartActivity("settings2")
then user show main layout .
Now I try to end program by this code :
B4X:
Activity.Finish
but when I try it , the program go to settings2 layout , and not end application !!!