I have an application where on the home page I have buttons for navigation through the application.
On that page I have a button \"EXIT\" which when clicked should t
If you want to end an activity you can simply call finish(). It is however bad practice to have an exit button on the screen.
finish()