when is onSizeChanged() called?

Viewed 35351

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.

1 Answers
Related