How to catch event with hardware back button on android ? I need to supress user to go back and I when click on back button on phone to show message and not to go on previou
Override the method onBackPressed() in whatever Activity you want to create a different behaviour to the back button.
onBackPressed()
Activity
These question are equal to yours (and could have been found by a simple search):
how to disable back button in android
Disable back button in android