Part of
Android Türkiye Online Event #1
by
Like (0)
LiveData & Flow in MVVM
This talk explains how to use Flow with and without LiveData in MVVM. It also explains the difference between one-shot request and data stream, when to use suspend funtions or flow, how to underpin Flow with Channels, and how to beat the race condition caused by LiveData & Coroutines with Flow in unit tests.