In iOS if user press home button, app will move to suspended state
. Double click of the home button, suspended apps appear, and selecting an app will bring back it to active state
.
- How is it by Android? App can become to
suspended state
pressing center button? Or app move tonot running
state? - If
suspended state
exist, how to bring back torunning state
, where I can select one app among many? - In an activity the
oncreate
method will get called only once, when app first starts? Which method is get called that will called always when app appears, come back torunning state
?