This repository contains sample code and exercises from the Android Basics with Compose course by Google. It demonstrates how to build Android apps using modern best practices, Jetpack Compose UI toolkit, Kotlin, and related libraries.
Android Basics with Compose is a self-paced online course from Google that teaches:
- Fundamentals of Kotlin and Compose :contentReference[oaicite:0]{index=0}
- How to build UI with Compose (layouts, state, interactivity) :contentReference[oaicite:1]{index=1}
- Working with lists, Material Design, theming, navigation :contentReference[oaicite:2]{index=2}
- Data persistence, connecting to the Internet, using common Android architecture components :contentReference[oaicite:3]{index=3}
Prerequisites: basic computer skills, basic math, a computer capable of running Android Studio. Optionally, an Android device. :contentReference[oaicite:4]{index=4}
Directory / File | Description |
---|---|
app/ |
Full Android Studio project with all the modules, exercises and sample codes. |
README.md |
This file. Use it as the main doc for how to build, run, and understand the project. |