Android Question Message on Close

gerredtor

Active Member
Licensed User
Hi,
1. I would like to include a "close" question when the user wants to end the app. If he closes the app he should be asked again if he really wants to close it. (Do you really want to close lulaj1? Yes /no) I tried that with msgbox2 but the IDE tells me that this isn`t possible.

2. I would like to show a message box which contains no title but just the message. How does this work?
 

DonManfred

Expert
Licensed User
Longtime User
capture key event and if user pressed back button you can react on it.
Note that the user always can use the home button to go back to the desktop.
 
Upvote 0
Top