Android
OA0-002 · Question #129
The following figure shows the Activity Lifecycle. Which is the correct combination of event names that go into (1)~(4)
The correct answer is A. (1)onCreate (2)onStart (3)onResume (4)onRestart. See the full explanation below for the reasoning.
Question
The following figure shows the Activity Lifecycle. Which is the correct combination of event names that go into (1)~(4)
Exhibit
Options
- A(1)onCreate (2)onStart (3)onResume (4)onRestart
- B(1)onCreate (2)onResume (3)onStart (4)onReset
- C(1)onConstruct(2)onStart(3)onResume (4)onReset
- D(1)onConstruct(2)onResume (3)onStart (4)onRestart
How the community answered
(26 responses)- A77% (20)
- B4% (1)
- C12% (3)
- D8% (2)
Community Discussion
No community discussion yet for this question.
