hello everyone i want to know is there any reason ...
# flow
a
hello everyone i want to know is there any reason why i should use kotlin flow instead of livedata in viewmodel ? right now i'm still use backing property livedata to handle interaction between activity/fragment with viewmode. i just feel missing out not using kotlin flow in viewmodel ? Thanks
x
The main selling point for me in that comparison is the multiplatform capabilities of flows
🙌 1