Solved

Which of the Following Is NOT True About OnMeasure() Method

Question 137

Multiple Choice

Which of the following is NOT true about onMeasure() method of class View?


A) It measures the view and its contents to determine the measured width and height.
B) It is invoked by measure() .
C) When overriding this method, a developer must call setMeasuredDimension() .
D) It takes three parameters: the height, width, and the depth of the view.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions