This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
I like the way it's doing all the work in background with asyc.await(). I also follow similar approach for my code base. But I couldn't find a better way to use such centralization with sharedFlow, StateFlow, channels and/or hot observables! Any idea?
I like the way it's doing all the work in background with asyc.await(). I also follow similar approach for my code base. But I couldn't find a better way to use such centralization with sharedFlow, StateFlow, channels and/or hot observables! Any idea?