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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -