Android
AND-401 · Question #86
In which Activity life-cycle method you should do all of your normal static set up such as: creating views andbind data to lists?
The correct answer is C. onCreate(). See the full explanation below for the reasoning.
Question
In which Activity life-cycle method you should do all of your normal static set up such as:
creating views andbind data to lists?
Options
- AonResume()
- BonStart()
- ConCreate()
- DonPause()
How the community answered
(63 responses)- A5% (3)
- B13% (8)
- C81% (51)
- D2% (1)
Community Discussion
No community discussion yet for this question.