zak.taccardi
08/04/2020, 5:54 PM@Compose
does not support backstack handling automatically, like FragmentManager
does, and that we would be forced to track backstack behavior ourselves in business logic (which makes more sense, as it’s just so flexible).
Assuming I’m correct about this, is there any documentation or information anywhere that advocates managing backstack logic ourselves in a @Compose
world? Like representing a backstack like listOf(screen1, screen2)
? I’m looking to share this info with colleagues rather than argue for it myself hahaPete Doyle
08/04/2020, 6:07 PMzak.taccardi
08/04/2020, 6:08 PM@Compose
world without Fragment
Ian Lake
08/04/2020, 6:27 PMZach Klippenstein (he/him) [MOD]
08/04/2020, 6:50 PMRicardo C.
08/04/2020, 9:16 PM