This repository contains a collection of samples that demonstrate how to use Jetpack Compose, a modern Android UI toolkit, with Kotlin.
- A variety of examples that show how to use different Jetpack Compose components and features
- Detailed comments in the code explaining what each part of the code does
- Accompanying articles on the Android Developers Blog that provide further context and background on each sample
- This is based on course i'm doing at Android Developers
To use these samples, you'll need to install the following:
- The latest version of Android Studio
- The Android 11 SDK
- The latest version of the Android Gradle plugin
Once you have these prerequisites installed, you can clone this repository and import the samples into Android Studio.
Jetpack Compose | Task manager | Business Card |
---|---|---|
We welcome contributions to these samples! If you have an idea for a new sample or a bug fix, please feel free to open a pull request. Before you submit your pull request, please make sure to review our contribution guidelines.
These samples are licensed under the Apache 2.0 License. See the LICENSE file for details.