Is there some preliminary documentation with list ...
# compose
m
Is there some preliminary documentation with list of all Composable widgets that we can try (Text, Draw, Surface, etc)? For now I use "Find usages" on Composable annotation, and it gives me hint on where I can find these. But I wonder if there's better method to learn about available/planned widgets.
b
the sample app repo?
g
Bottom of the site there is a
compose ui api
https://developer.android.com/jetpack/compose/tutorial
☝🏼 2