MVVMPosts icon indicating copy to clipboard operation
MVVMPosts copied to clipboard

Sample application with MVVM architecture

Results 8 MVVMPosts issues
Sort by recently updated
recently updated
newest added

i got some error at BindingAdapter, my view doesn't detect the getParentActivity and i already rebuild my project any idea?

unresolved reference error for "ActivityPostListBinding"

e: [kapt] An exception occurred: java.lang.NullPointerException ![Screen Shot 2019-04-04 at 14 47 18](https://user-images.githubusercontent.com/30395764/55538408-9729a100-56e8-11e9-9c1e-6ab7e93616c2.png)

Reporting one issue while following and implementing your code. Under package net.gahfy.mvvmposts.base Class BaseViewModel Unresolved Item DaggerViewModelInjector In the code mentioned as net.gahfy.mvvmposts.injection.component.DaggerViewModelInjector So please let us know if its...

I saw some tutorial/example where Coroutine is used instead of RxJava and/or RxAndroid. Do you think it could improve the code and make it easier to read and/or implement ?

Hi, I copied the code you wrote hoping that it would be a good start for me to write good Android applications applying the Android Architecture Components and two of...

Changed DI mechanism from Dagger2 to Koin