DaggerAndroidMVVM
DaggerAndroidMVVM copied to clipboard
Demonstrates using Dagger 2.11+ in MVVM app with Android Architecture Components, Clean Architecture, RxJava
Hi, Is there any possibility that you make a Kotlin version of this? I tried few times with convert to Kotlin and solving the dependencies. I am a total novice...
Hi, I want to ask, if I execute both` viewModel.loadCommonGreeting();` and `viewModel.loadLobbyGreeting();` in the same time and both return different object (let's say `LobbyGreeting` & `CommonGreeting`, instead of return String....
I am just learning Android Arch and was experimenting with your sample. I have tried to debug the app and have seen that `onCleared()` from `LobbyViewModel` is never called when...