An open API service indexing awesome lists of open source software.

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.

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