android - When is an activity paused without soon after being stopped? -


so i'm looking @ trying understand android's activity lifecycle. 1 thing don't quite see when activity paused without being stopped afterwards. documentation can find says this

this method [onpause] called when system put activity background or when activity becomes partially obscured.

when activity become partially obscured?

onpause called when activity still in fg visible , running obscured such when start dialog activity still running in fg , visible obscured dialog, onpause.

onstop when in bg such turned new activity or so, still active , running untouchable , not visible.

in nutshell


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -