Object: Building an app that let the user draw in 3 different colors with the ability to wipe all his draws and start from the beginning any time.
get used to:
– assigning colors to buttons when clicked
-applying drawing to the canvas on the touched places of the canvas
– clearing the drawings on a canvas by assigning “canvas.clear” to a button.