nerdexam
Android

AND-401 · Question #113

Which of the following are layout-related methods called by the framework on views, and you can overridethem when customizing a view? (Choose two)

The correct answer is A. onMeasure(). D. onSizeChanged(). See the full explanation below for the reasoning.

Question

Which of the following are layout-related methods called by the framework on views, and you can overridethem when customizing a view? (Choose two)

Options

  • AonMeasure().
  • BonDraw().
  • ConKeyUp().
  • DonSizeChanged().

How the community answered

(52 responses)
  • A
    77% (40)
  • B
    8% (4)
  • C
    15% (8)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice