Compose Camp

Hundreds of thousands of developers all around the world learned how to build Android apps using Jetpack Compose, Android’s modern UI toolkit, alongside peers at Compose Camp. Learn more about the program and take our free courses to learn Jetpack Compose yourself.
If you weren’t able to join us for Compose Camp, you can still self-study the content and learn how to use Jetpack Compose at your own pace.
Compose Camp is no longer in session, however the materials are still available for you to use. This is a great opportunity to build your Android expertise through leading and teaching others; you can become a “Camp Leader.” Check out the organizer guide to learn how you can lead your own Compose Camp, recruit peers, and facilitate the learning of Compose.

Browse additional Compose resources

Once you’ve taken the courses, here are some additional resources to help you learn about specific topics.
Sample
Check out the Jetpack Compose code samples on GitHub.
Playlist
Check out Modern Android Development (MAD) Skills, a series of videos to teach you the latest technologies of Android Development. In the Compose basics series you can learn about the fundamentals of Jetpack Compose.
Playlist
For a deep dive on more advanced topics, check out this Compose playlist on YouTube.
Tutorial
Check out this short tutorial to learn how Jetpack Compose works.
“Leverage @Composable functions to make your app UI code more typesafe. E.g. avoid blindly passing a bunch of Strings in and pass in a domain object instead.”
“Check out the compose samples and the now in android(nia) app from Android on github. They are great assets for learning compose best practices! 😍😊”
“Use Accompanist animation library to add cool animations in your Compose UI.”
“Use tools on Android Studio in order to watch the number of recomposition”