nerdexam
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)
  • A
    5% (3)
  • B
    13% (8)
  • C
    81% (51)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice