QUESTION 6
To create our own Custom View, we may need to override the OnMeasure method. Why is
this? Give a practical example, with some of the variables we might want to access.
(a)

(b) There are three distinct means of creating a new view. Evaluate each in terms of complexity
and uniqueness of code.
(c)

onDraw method demands the knowledge of primitive shapes in order for it to be used
efficiently. Comment on this, detailing specific functionality to draw basic shapes.



Answer :

Other Questions