Join Slack
Powered by
hey everyone sorry if this is a stupid question bu...
# compose
a
Abhishek Dewan
03/29/2021, 2:20 PM
hey everyone sorry if this is a stupid question but is there a place which documents all of out of the box composables that android provides as building blocks, something akin to the widget directory that flutter provides to developers.
j
Jesse Hill
03/29/2021, 2:26 PM
I have found these links helpful as far as exploring Compose to see what it provides. List of Compose Components -
https://foso.github.io/Jetpack-Compose-Playground/
Previous APIs mapped to Compose -
https://www.jetpackcompose.app/What-is-the-equivalent-of--in-Jetpack-Compose
Composable implementations (Seems to be all the base Composables available) -
https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]ial/src/commonMain/kotlin/androidx/compose/material/Shapes.kt
f
Filip Wiesner
03/29/2021, 2:27 PM
And someone already asked similar question:
https://kotlinlang.slack.com/archives/CJLTWPH7S/p1598863400156900
a
Abhishek Dewan
03/29/2021, 3:04 PM
Thank you both !
4
Views
Open in Slack
Previous
Next