Answer the question
In order to leave comments, you need to log in
Android: how to call a method after returning from another activity via home button?
The situation is this.
There is an android application with an ActionBar
. From the main activity, we call another activity using the standard code.
Intent intent = new Intent(this, <class>.class);
startActivity(intent);
Answer the question
In order to leave comments, you need to log in
I love it when people ask and answer themselves. Thank you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question