android10 / Android-CleanArchitecture-Kotlin

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.
https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
4.69k stars 935 forks source link

Hot observable with asyc. #120

Open ghost opened 2 years ago

ghost commented 2 years ago

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?