Fabio Collini
Fabio Collini
I am sorry but I am not able to reproduce the error, I tried on this branch https://github.com/fabioCollini/DaggerMock/tree/multidex but it works. Can you help me to reproduce it? Are you...
Great podcast! I am working on an MVVM implementation and I think this pattern is great! You are right, using it you move all the logic from the Activity to...
@sockeqwe you are right, that class is a mess :( But one reason is that the demo project doesn't use RxJava to keep it simple. Using RxJava the same class...
Hi, it's almost ready but I need to test it in a real app before releasing it and to fix some problems on corner cases. However I pushed the tag...
In my implementation I am saving a list of events but in the `SingleLiveEvent` class you are managing just a single value. For example if the ViewModel produces more than...
I agree that unidirectional dataflow and immutability are great but in this example I have a doubt about your solution: you update a LiveData while you are updating the view...
Yes, to fix it you just need to remove the generic parameter