Using Erel's example in the Activity life cycle tutorial, if the Home button is pressed or a new activity is started, the activity is kept in memory.
Does that mean that, for example, the state of ToggleButtons is remembered?
Does that mean that the Activity_Create sub runs after the activity resumes? If Activity_Create does run, does Activity_Resume run first, or does Activity_Create run before Activity_Resume?
One other question: does Activity_Resume get called every time there is an event like a Click?
Does that mean that, for example, the state of ToggleButtons is remembered?
Does that mean that the Activity_Create sub runs after the activity resumes? If Activity_Create does run, does Activity_Resume run first, or does Activity_Create run before Activity_Resume?
One other question: does Activity_Resume get called every time there is an event like a Click?
Last edited: