Skip to content

AmirDev15/compose_tutorial

Repository files navigation

compose_tutorial

Overview

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.

Features

  • Composable Functions: Demonstrates the use of composable functions to create UI elements.
  • Layouts: Explores different layout techniques and composables like Column, Row, and Box.
  • 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.

Technologies Used

  • Jetpack Compose: The modern UI toolkit for building native Android UIs.
  • Kotlin: The primary programming language used for Android development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages