Skip to content

Latest commit

 

History

History

22-minipaint

MiniPaint

A simple line drawing app, using a canvas.

Features

  • creating a custom view for drawing.
  • displaying the canvas.
  • setting up a paint and a path for drawing.
  • drawing following the user's touch with onTouchEvent().

Based on Drawing on Canvas Objects by Google Codelabs (2022).