Skip to content

MiniPaint is an example of how to use Canvas and let the user draw on it with Kotlin!

Notifications You must be signed in to change notification settings

fede-debe/MiniPaint

Repository files navigation

🎨 Drawing on Canvas Object - MiniPaint

This is a toy app from Lesson 5 of the Advanced Android Apps with Kotlin course on Udacity.

🖼️ MiniPaint App

MiniPaint is an example of how to use Canvas and let the user draw on it with Kotlin!

This app demonstrates the following views and techniques:

  • Bitmap Class to save the drawing in the cache
  • Path Class to create an empty Path to draw on the Canvas.
  • Canvas Class to make the drawing possible for the user.
  • Paint Class to implement basic styles to the CustomView.
  • MotionEvent Class to report movements event.

📸 Screenshots

Screenshot 1 Screenshot 2

About

MiniPaint is an example of how to use Canvas and let the user draw on it with Kotlin!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages