What benefits does Flow have over LiveData as the ...
# android
f
What benefits does Flow have over LiveData as the return type of a Room query
t
Unlike LiveData, Flow has plenty of operators and is not restricted to being consumed from the main thread.
👍 3
☝️ 1
f
alright, thank you