Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saadkhanjadoon/canvas-tutorial
- Owner: SaadKhanJadoon
- Created: 2022-04-23T11:11:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T12:00:33.000Z (over 2 years ago)
- Last Synced: 2023-11-05T08:19:30.956Z (about 1 year ago)
- Topics: android, android-ui, canvas, canvas-api
- Language: Java
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.