I am looking to alert the user if they hit the back button while in the application.. for instance, if the user is half way through using the application and they hit the back arrow, right now it just closes and they would lose all data if they accidentally hit it.
I would like to be able to alert the user with “Do you really want to exit?” so that if it was accidental, they can choose no and continue, and not lose any data.
I’m guessing I will need to implement some sort of listener??
Override onbackpressed() something like…