Hello there, I'm looking at Flow for my applicatio...
# android
l
Hello there, I'm looking at Flow for my application, but I'm not sure of the process. I have data that can be modify by some calls to an API and I want to update this when I received new one For the moment I use some dupplication of data in my app Can someone explain me the process to use Flow correctly in my app ?
a
I would recommend you read/understand how Kotlin Flows works, and then you can use for your app usecase. This is great starting point https://developer.android.com/kotlin/flow