Skip to content

zreggio/Doodler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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:

  1. Clone the repository (master branch)
  2. Open the project in Android Studio.
  3. Sync the Gradle files to install dependencies.
  4. Build and run the app on an emulator or physical device.

User Guide:

  1. Launch the app.
  2. Use the toolbar at the top to:
  3. Select brush color.
  4. Adjust brush size using the slider.
  5. Change background color.
  6. Clear the canvas.
  7. Draw directly on the canvas in real-time.
  8. Press the save button to save current drawing, the clear button will no longer clear work past this point.
  9. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors