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

Roi Peretz

09/23/2020, 2:20 PM
Hi, can someone give me a recommendation of a good video course / tutorial of jetpack compose which contains all the new features and best practices until now?
y

Yann Badoual

09/23/2020, 2:23 PM
I'd say it's difficult, since we're still in alpha, a lot of articles/talk are outdated. Often is just renaming and moving stuff, but still. You can find some vidéos on the Android Developers youtube channel (https://www.youtube.com/user/androiddevelopers) You can also checkout the dogfood series of this channel:

https://www.youtube.com/watch?v=2j08MEbA6cs&list=PLcgGtmZOsTwErUfFxtjLWAyzes1Oj7wzo&ab_channel=LelandRichardson

And of course, you can start by taking a look at: https://developer.android.com/courses/pathways/compose
a

Alejandro Rios

09/23/2020, 2:36 PM
There also a set of
codelabs
for Compose, you can check those as well
2 Views