<https://github.com/android/compose-samples> All ...
# compose
t
https://github.com/android/compose-samples All the samples are too difficult. Are there any samples that are easier? The SwiftUI tutorial was easy and clear.
g
Have you tried https://developer.android.com/courses/pathways/compose ? I found it introduced each concept one by one and was a great helper to read along the documentation
t
Yes!
a
Honestly the best way is to code up some simple use cases; it's hard to get used to reading compose code with respect to recomposition and side effects
c
The compose tutorial is nice https://developer.android.com/jetpack/compose/tutorial but after that. no there aren't many "tutorials" from the android team. There are code samples hidden away like everywhere though! they are typically on the documentation page of whatever component you look up.