Is onSizeChanged() called once the user touches some part of the screen?
I'm confused about the order in which onDraw(), onMeasure() and onSizeChanged() are called.
Is onSizeChanged() called once the user touches some part of the screen?
I'm confused about the order in which onDraw(), onMeasure() and onSizeChanged() are called.