Exercise: Circles

  1. Use a for-loop in OnDraw() to draw a figure like this.
  2. Note that a rectangle or an ellipse has a solid background color (default to be white). Therefore, if you plot the smaller circles first, they will be covered by larger ones.
ex-circles.png