Minh Nguyen
Minh Nguyen
Hi, maybe my repository may help: https://github.com/roscrazy/Android-RealtimeUpdate-CleanArchitecture Even it's not up to date but I hope you can get the idea. The main point that we are using Rxjava, so...
Hi all, I know this thread have closed but I want to share my approach, please leave some comment if possible : In my approach, I create a factory for...
Hi @astelmakh, I checked your solution. Could it be any problem with the usecase's subscription if we run the "executeUseCase()" multiple time? Example call "executeUseCase" 5 times immediately.