Doodler - Simple Drawing application
NOTE: all code used for this project is found in the master branch of this repo
Reqs:
- Android Studio (Arctic Fox or newer)
- Kotlin version: 1.9.0
- Compose Compiler version compatible with Kotlin 1.9.0
- Android SDK 21+
Setup Instructions:
- Clone the repository (master branch)
- Open the project in Android Studio.
- Sync the Gradle files to install dependencies.
- Build and run the app on an emulator or physical device.
User Guide:
- Launch the app.
- Use the toolbar at the top to:
- Select brush color.
- Adjust brush size using the slider.
- Change background color.
- Clear the canvas.
- Draw directly on the canvas in real-time.
- Press the save button to save current drawing, the clear button will no longer clear work past this point.
- Press Clear All button to clear all work, including past saved work.
Resources Used: https://kotlinlang.org/docs/home.html https://developer.android.com/jetpack/compose/graphics https://developer.android.com/jetpack/compose