Suggested Answer:D🗳️
Syntax: protected void onMeasure (int widthMeasureSpec, int heightMeasureSpec) onMeasure() measures the view and its content to determine the measured width and the measured height. This method is invoked by measure(int, int) and should be overridden by subclasses to provide accurate and efficient measurement of their contents. References: http://developer.android.com/reference/android/view/View.html#onMeasure(int, int)
D. It takes three parameters: the height, width, and the depth of the view.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Mmadi
1 year, 12 months ago