I'm developing an Android app in which first screen is Login screen. after successful log-in, Home screen appears. But the problem is when I press Back button, it goes to login screen again. I want to disable the back button while I am on home screen and display an alert box asking
are you sure you want to exit
I have searched many examples, but didn't find any perfect solution
I have tried using public void onBackPressed() {}
method, but don't know what to implement. My min SDK version is 15.