so I’m not really that bothered if it is to be officially deprecated, more just whether people would recommend only using Flows and StateFlow
🧵 1
j
Josh Eldridge
12/04/2022, 3:49 PM
I would currently recommend using flows over LiveData. With the available collectAsStateWithLifecycle options available to flows from Android, it doesn't make a bunch of sense to keep LiveData around, especially if there is ever a plan to move to Kotlin multiplatform