A simple and fun Android drawing application for kids, inspired by classic paint apps. DrawingApp lets users sketch freely on a canvas, choose brush sizes and colors, save their artwork, and even import images from their gallery to draw on top of them.
- Canvas Drawing: Draw with your finger using a smooth canvas interface.
- Brush Size Selection: Choose from multiple brush sizes for detailed or bold strokes.
- Color Palette: Pick colors from a vibrant palette.
- Import Images: Load images from your device gallery and draw over them.
- Save Artwork: Save your creations to your device.
- User-Friendly UI: Designed for kids with large buttons and simple navigation.
- Android Studio (latest recommended)
- Android device or emulator (API 21+)
- Clone the repository:
git clone https://github.com/yourusername/DrawingApp.git
- Open in Android Studio:
- Go to
File > Openand select the project folder.
- Go to
- Build and Run:
- Click the Run button or use
Shift + F10to build and launch the app on your device/emulator.
- Click the Run button or use
- Select a brush size and color from the toolbar.
- Draw on the canvas using your finger.
- Tap the image icon to import a photo from your gallery.
- Tap the save icon to store your drawing in your device's gallery.
- Kotlin (main language)
- Android SDK
- Canvas API
Contributions are welcome! Please open issues or submit pull requests for improvements and new features.

