/ComposeCodelab

An implementation of Compose Codelab and creation of Gmail App UI in Jetpack Compose live coding at 360Andev Conference

Primary LanguageKotlinApache License 2.0Apache-2.0

Codelab: The Art of Compose

This is a sample code repository implemented using Kotlin and Jetpack Compose during my live code session at 360Andev Conference. It follows through a simple Gmail Android app's email list screen step-by-step.

Gmail UI Screenshot


Tools

  • Android Studio 4.2 Canary 4 - Jetpack Compose is still in preview and can only be used in Canary versions of Android Studio. You can download the Canary versions from here.
  • Jetpack Compose Dev Preview 14 - This codelab uses the Dev Preview 14 of Jetpack Compose. Since the API is rapidly changing during the dev previews, so its possible that this code will not work with other versions of Compose.

Additional Materials

Here is a list of additional materials if you want to learn more about Jetpack Compose:


👨 Developed By

Wajahat Karim

Twitter Web Medium Linkedin


Inpsired From

This demo is inspired from Brian Gardner and his DroidCon Live talk on Compose