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

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -