Gil Goldzweig
10/24/2019, 5:39 AMCody Engel
10/24/2019, 5:43 AMComposable
. At least the components I’ve been looking at from Compose seem that way.Text
, TextField
, Flex
, etc all end up as top level functions at least.streetsofboston
10/24/2019, 5:47 AM@Compose
functions, making them static (top-level) seems like a good idea. No 'accidental' using state from the Activity or other such classes to render your 'Compose'd UI.Adam Powell
10/24/2019, 12:54 PM