alexsullivan114
08/06/2019, 2:31 PMManuel Wrage
08/06/2019, 2:40 PM540grunkspin
08/06/2019, 3:10 PMZach Klippenstein (he/him) [MOD]
08/06/2019, 4:07 PMalexsullivan114
08/06/2019, 4:35 PMAdam Powell
08/06/2019, 11:06 PM@MainActivity
@Composable
fun Hello() {
Text("Hello, world!")
}
to be a complete Android app. I expect that incremental adoption will be the most common scenario at the level of individual custom views, layouts, fragments, etc. As for navigation, the navigation arch component library was written specifically with pluggable navigators to handle things like compose for destinationslouiscad
08/07/2019, 6:06 AMthemishkun
08/07/2019, 9:46 AMalexsullivan114
08/07/2019, 11:11 AMthemishkun
08/07/2019, 12:06 PMwhen
clause dispatching all of your screens.Adam Powell
08/07/2019, 12:50 PMwhen
probably won't cut it, but by all means keep using something nice and simple for as long as it works for you