I have pages, (using menu) I can click on other menus such as settings, help, exit,
when I go from main to settings, and click exit, it will go back to menu and not finish the app
You don't list your code so I don't know how you are trying to exit. You could set a process_global variable in the settings when you choose exit. When you return to the Main Activity check the state of the variable, if it's set to end the program then issue Activity.Finish.
Consider using Activity.Finish in each activity in your app. If that doesn't work for your app, you can use the keyword ExitApplication, although it isn't recommended. You can read about it here Basic4android - Core
I used the activity finish
(also both commands - did not help)
when I use the finish it finishes current module and going back to main module, or the module it was before
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.