android - screen orientation vs home button onStop() -
i trying build app if user press home button , goes home page via intent ( via onstop()
button overridden ) problem happens when orientation changes, calls onstop method go home page also.
i tried read boolean isfinishing
anw never true.
how can avoid that?
found ... posting answer let other know in android there method called : ischangingconfigurations()
..
if true rotation happenned
Comments
Post a Comment