Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 472 Bytes

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).