Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmoudn288/canvassamples
Draw With Canvas
https://github.com/mahmoudn288/canvassamples
android-app canvas jetpack-compose kotlin-android
Last synced: 17 days ago
JSON representation
Draw With Canvas
- Host: GitHub
- URL: https://github.com/mahmoudn288/canvassamples
- Owner: MahmoudN288
- Created: 2024-03-26T04:01:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T04:42:06.000Z (10 months ago)
- Last Synced: 2024-03-26T05:23:58.381Z (10 months ago)
- Topics: android-app, canvas, jetpack-compose, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
With the new Jetpack Composer features, we can touch the sky, if you can imagine.
For the past few years, Jetpack Compose has been evolving to provide us with a huge amount of magnificent tools.
I am working on a sports-based application, so I had to take my application to the next level.How do I draw a football playground and add the line-ups for home and away teams?
How do you play with canvas to achieve your purpose?
Ok, all with Canvas and Jetpack compose is possible.
I hope it will be helpful and enjoyable.![Football Pitch](https://github.com/MahmoudN288/canvasSamples/assets/52570553/cb808389-1e18-4f92-be1f-40655cf56987)
![Line-ups](https://github.com/MahmoudN288/canvasSamples/assets/52570553/783f55ed-4fc2-4448-80f1-541feeb0e41b)
![Tennis Court](https://github.com/MahmoudN288/canvasSamples/assets/52570553/0695d8a1-553d-4f36-8b1c-dc17f04a6653)Let me know if you have any problems.