Answer the question
In order to leave comments, you need to log in
Why is there such a strange sequence of method calls in an Activity?
Hello, I came across such a strange sequence of calls in android, namely:
onCreate -> onStart -> onResume
onPause -> onStop
onRestart -> onStart
onCreate -> onStart -> onResume -> onDestroy
Answer the question
In order to leave comments, you need to log in
I found a solution to this problem, it turns out that the noHistory property in AndroidManifest.xml makes such strange behavior of calling methods ....
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question