The Simple Android Paint App is a straightforward mobile application developed using Android Studio and written in Kotlin. It provides users with a simple canvas to draw and paint using four basic colors and an eraser tool.
-
Color Palette: Choose from four primary colors (red, green, blue, and yellow) to draw and paint.
-
Eraser Tool: Correct mistakes or make adjustments using the eraser tool.
-
Clear Canvas: Start a new drawing by clearing the canvas.
-
Save and Share: Save your artwork locally or share it with friends.
Before you begin, ensure you have the following installed:
- Android Studio
- Android SDK (included with Android Studio)
- Kotlin (usually included with Android Studio)
-
Clone the repository:
git clone https://github.com/yourusername/simple-android-paint-app.git