Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saadkhanjadoon/canvas-tutorial

A simple canvas view to draw anything or write anything on it.
https://github.com/saadkhanjadoon/canvas-tutorial

android android-ui canvas canvas-api

Last synced: 4 days ago
JSON representation

A simple canvas view to draw anything or write anything on it.

Awesome Lists containing this project

README

        

# Canvas Tutorial

A simple canvas view to draw anything or write anything on it.

This is the first look of canvas application

![App UI](https://user-images.githubusercontent.com/61506756/164892857-18ef678e-27a7-4b9c-848d-4c9353dc0271.jpg)

After drawing something on canvas view it will look like this

![After drawing](https://user-images.githubusercontent.com/61506756/164892893-61830389-282b-49f5-8880-d3c0aea8cdda.jpg)

After undo it will look like this

![After undo](https://user-images.githubusercontent.com/61506756/164892908-4156c918-dad9-41cf-ab9c-048a1b3166c5.jpg)

# Contribute

Do you see any improvements or want to implement a missing feature? Contributions are very welcome!

- Is your contribution relatively small? You can, make your changes, run the code checks, open a PR and make sure the CI is green. That's it!
- Are the changes big and do they make a lot of impact? Please open an issue [here](https://github.com/SaadKhanJadoon/canvas-tutorial/issues) or reach out and let's discuss.

Take into account that changes and requests can be rejected if they don't align with the purpose of the library. To not waste any time you can always open an issue here to talk before you start making any changes.