https://kotlinlang.org logo
#compose
Title
# compose
j

Joe Masilotti

07/04/2020, 2:43 PM
Am I missing something obvious or is there only one (official) tutorial and one code lab for Compose? I’m trying to learn how to use a toggle/switch and really not sure where to start. The main marketing page only links to SO, this Slack group, and a big tracker.
a

Adam Powell

07/04/2020, 2:53 PM
@nickbutcher and @Manuel Vivo might have some additional links handy to other code labs and samples, I'm not sure which ones are fully published and not 🙂 https://github.com/android/compose-samples also has the JetNews sample project and more are on the way
j

Joe Masilotti

07/04/2020, 3:31 PM
I’ve been using the JetNews app a ton! That’s been super helpful.
And whoa, Compose Academy looks amazing. Thanks for the link!
n

nickbutcher

07/04/2020, 4:13 PM
Yes the Tutorial, Basics codelab and Jetnews are the only official published resources. For now… Can confirm that the community is awesome and has a bunch of great stuff out there.
v

Vinay Gaba

07/04/2020, 5:03 PM
Blowing my own trumpet here, but I also maintain this repo - https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example
and also this website that makes it slightly more searchable - https://jetpackcompose.app/
👍 1