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

Andy Gibel

10/23/2019, 8:36 PM
Theoretically, will Compose be compatible with how companies are defining "Design Language" components and shipping as internal libraries?
Since you are no longer defining static views it's a bit hard for me to wrap my head around how this might work
r

romainguy

10/23/2019, 8:37 PM
Well it’s even more compatible in a way
Material design components are such a design system we built
But you could create your own
One of the big goals of compose is to build our components using only public APIs so you can do the same
👍 2
a

Andy Gibel

10/23/2019, 8:39 PM
instant large repo of example projects 🙂 I like it
r

romainguy

10/23/2019, 8:40 PM
If you look at the source code of compose you’ll see that the material components are neatly separated from the foundation bits (layout, draw, text, etc.)
2 Views