spierce7
07/09/2021, 3:08 PMBrian G
07/09/2021, 3:23 PMBrian G
07/09/2021, 3:26 PMspierce7
07/09/2021, 3:30 PMspierce7
07/09/2021, 3:30 PMCasey Brooks
07/09/2021, 3:41 PMA responsive UI is inherently asynchronous, and Jetpack Compose solves this by embracing coroutines at the API level instead of using callbacks.https://developer.android.com/jetpack/compose/kotlin#coroutines And while I don’t think this has been fully built out yet, Compose is designed to be able to recompose in parallel (which will need the new Native memory model to really be effective) https://developer.android.com/jetpack/compose/mental-model#parallel
Casey Brooks
07/09/2021, 3:47 PMBrian G
07/09/2021, 3:52 PM