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.
- 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.
This project is inspired by the tutorial on creating a Paint Application in Android published on GeeksforGeeks.