Skip to main content

How to detect Android Back button press.

Detecting android device hardware back button / soft back button press is very easy.

But be careful while overriding the default back button action as it is not suggested to change the android default user experience.

Method:- 1

Override the onBackPressed() method and take the action inside this function.

@Override
    public void onBackPressed() {
        // Write your code here
 
        super.onBackPressed();
    }

Admin

Hi, I am Imran Alam, Full Stack Developer. Helping local businesses to enhance their reach to customers through Websites, Web / Mobile Application, and Digital Marketing. We offer a long range of services like Website Designing, Android Application, School Management System, LMS Software, Point of Sale (Pos) , SEO, Social media Marketing, and Technical Support as well.

Leave a Reply

Your email address will not be published. Required fields are marked *

Share via
Copy link
Powered by Social Snap