Skip to content

St3ph4n1e/android-compose-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Android Compose Training

This repository contains my training exercises and experiments with Jetpack Compose, the modern UI toolkit for Android development using Kotlin.

๐Ÿง  Objective

To learn and master Android UI development using:

  • Jetpack Compose (declarative UI)
  • Kotlin programming language
  • Android Studio and modern Android architecture

๐Ÿš€ Project Structure

  • app/ โ€“ Main application module
  • MainActivity.kt โ€“ Entry point of the Compose UI
  • @Composable functions โ€“ Reusable UI building blocks

๐Ÿ“ฆ Technologies

  • Kotlin
  • Jetpack Compose
  • Material Design 3
  • Android Studio Giraffe/Koala (or latest)
  • Gradle (KTS or Groovy)

๐Ÿ“Œ What Iโ€™m practicing

  • Basic UI components (Text, Button, Column, Row, etc.)
  • State management with remember, mutableStateOf
  • Themes and dark mode support
  • Recomposition and performance
  • Navigation and architecture (coming soon)

๐Ÿ› ๏ธ How to Run

  1. Clone this repository:
    git clone https://github.com/St3ph4n1e/android-compose-training.git
  2. Open it in Android Studio
  3. Run the app on an emulator or physical device

๐ŸŒฑ Work in Progress

This is a learning repository โ€“ code will evolve as I explore new features and patterns in Jetpack Compose.

๐Ÿ’ฌ Feedback

Feel free to open issues or reach out if you want to discuss ideas or improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages