This repository contains my progress through the Official Android Basics with Compose course. Each folder represents a specific tutorial or milestone in the path to becoming an Android Developer.
| Project Name | Key Concepts Learned | Link |
|---|---|---|
| Greeting Card | Jetpack Compose basics, Text, Surfaces, Padding | View Project |
| Lemonade App | State management, Click listeners, UI logic | Coming Soon |
| Tip Calculator | Text input, state hoisting, Keyboard actions | Coming Soon |
- Language: Kotlin
- UI Framework: Jetpack Compose
- IDE: Android Studio (Ladybug or newer)
- Version Control: Git & GitHub
- Clone this repository.
- Open Android Studio.
- Go to
File > Openand select the specific project folder (e.g.,GreetingCard). - Wait for Gradle to sync and hit Run.