This project is a collection of Jetpack Compose examples and practice exercises completed as part of a Jetpack Compose learning journey. It showcases various fundamental concepts and components of Jetpack Compose, demonstrating how to build modern Android UIs using Kotlin.
- Composable Functions: Demonstrates the use of composable functions to create UI elements.
- Layouts: Explores different layout techniques and composables like
Column,Row, andBox. - State Management: Shows how to manage UI state and update the UI reactively.
- Material Design: Implements Material Design components and styling.
- Navigation: Demonstrates navigation between different screens using Jetpack Compose Navigation.
- Jetpack Compose: The modern UI toolkit for building native Android UIs.
- Kotlin: The primary programming language used for Android development.