Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.17 KB

CanvasCraft - Simple Drawing App using Android Canvas Library

CanvasCraft is a simple Android application that lets you unleash your creativity by drawing on the screen using the Android Canvas library. This project serves as an exploration of Android's canvas capabilities, providing a basic painting app with a pencil tool. If you're looking to understand how to implement touch-based drawing and brush strokes in Android, this project could be a great starting point.

Screenshots

Features

  • Pencil Drawing: Draw on the screen with a pencil-like tool.
  • Ellipse Brush: Create ellipses and circles with the ellipse brush.
  • Line Brush: Draw straight lines using the line brush.
  • Rectangle Brush: Sketch rectangles and squares using the rectangle brush.

Inspired By

This project is inspired by the tutorial on creating a Paint Application in Android published on GeeksforGeeks.