https://github.com/kevin-kip/drawingpad
Android Canvas app on which you can draw and save that drawing as a PNG image.
https://github.com/kevin-kip/drawingpad
android canvas custom-view draw java kotlin
Last synced: 4 months ago
JSON representation
Android Canvas app on which you can draw and save that drawing as a PNG image.
- Host: GitHub
- URL: https://github.com/kevin-kip/drawingpad
- Owner: Kevin-Kip
- Created: 2018-08-06T19:57:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T20:14:00.000Z (almost 6 years ago)
- Last Synced: 2025-10-28T00:25:31.275Z (8 months ago)
- Topics: android, canvas, custom-view, draw, java, kotlin
- Language: Kotlin
- Homepage:
- Size: 4.22 MB
- Stars: 15
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Drawing App
I love playing around with a canvas.
* This app is basically a canvas that you can draw on, presented to you in the form of a custom view.
## How to use this code
You can:
1. Download the [apk from here](https://github.com/Kevin-Kip/DrawingPad/blob/master/apk/DrawingApp.apk), or
2. Clone and download the code
3. then run the code in android studio.
## Look and feel