The Compose Quadrant App is an Android app built using Jetpack Compose to demonstrate the power of modern UI design. It divides the screen into four quadrants, each displaying a heading and some text. It's a great starting point for understanding how to create responsive layouts with Jetpack Compose. The app uses rows and columns to divide the screen into sections and boxes to manage layout and content.
Each quadrant shows:
- Text Composable βοΈ
- Image Composable πΌοΈ
- Row Composable π
- Column Composable πΌ
- The app displays a simple grid with four quadrants.
- Each quadrant contains a heading and corresponding content.
- The app is built using Jetpack Compose, following modern Android development practices.
- Android Studio
- Jetpack Compose
- Material3
- Kotlin
-
Clone the repository:
git clone https://github.com/softwarechoreographer/compose-quadrant-app.git