What's the basic difference between Flow and Live ...
# getting-started
n
What's the basic difference between Flow and Live data? Can anyone explain this with an example
s
The difference is that Flow is less closely coupled with the UI as LiveData. This means that it is possible to interact with the data layer more easily and deploy additional workers. It utilizes all the structured concurrency in coroutines
n
So you're saying Flow is better than LiveData?