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)- A77% (40)
- B8% (4)
- C15% (8)
Community Discussion
No community discussion yet for this question.