App states and transitions
A user is working in your app, takes a phone call, hangs up, goes out to the home screen, and comes back 30 minutes later. Which states does the app pass through along the way?
App states and transitions
A user is working in your app, takes a phone call, hangs up, goes out to the home screen, and comes back 30 minutes later. Which states does the app pass through along the way?
App lifecycle and systemMultiple choiceIntro
Which situations put an app in the Inactive state? Pick all that apply.
#app-state #lifecycle #inactive
App lifecycle and systemShort answerBasics
You get a report that a save to the server never lands when the user taps save and goes s…
#background #suspended
App lifecycle and systemMultiple choiceBasics
Which statements about the moment an app moves from Background to Suspended are correct? …
#app-state #suspended
App lifecycle and systemShort answerBasics
How do the process states from an OS class (new, ready, running, waiting, terminated) map…
#app-state #suspended