Answer the question
In order to leave comments, you need to log in
How to set bacbutton in AppCompatActivity?
Hello.
How to set bacbutton in AppCompatActivity ?
Answer the question
In order to leave comments, you need to log in
Do you want to override the Back Button action? then
@Override
public void onBackPressed() {
super.onBackPressed();
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question