How to exit from the application and show the home screen?

后端 未结 20 2287
伪装坚强ぢ
伪装坚强ぢ 2020-11-22 09:45

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

20条回答
  •  滥情空心
    2020-11-22 10:23

    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.

提交回复
热议问题