This project demonstrates how to create a top-view user interface of a football ground using Jetpack Compose and Canvas. The UI represents a football field layout, including the field boundaries, goals, and center circle, using custom drawing on a Canvas.
- Top View Layout: Visualize a football ground from a top
- Custom Drawing: Use Jetpack Compose's Canvas API to draw the football field.
- Responsive Design: Designed to adapt to various screen sizes and orientations.
- Jetpack Compose: Modern toolkit for building native UI on Android.
- Canvas API: For custom drawing and rendering of the football ground layout.
To get started with this project, follow these steps:
-
Clone the Repository:
git clone https://github.com/vivekprcs/JetCanvas.git ## Screenshots