Briefing Android Knowledge

Which of the following are layout-related methods called by the framework on views, and you can over

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

A.
onMeasure().

B.
onDraw().

C.
onKeyUp().

D.
onSizeChanged().