OfflineSampleApp
OfflineSampleApp copied to clipboard
Sample Offline-First MVVM app that uses Android Priority Job Queue, Room, Retrofit2, LiveData, LifecycleObserver, RxJava2, Dagger Android
Hi, I tried running sample app in android 4.4 and got an error `java.lang.RuntimeException: Unable to create application com.ikhan.test.App: java.lang.IllegalArgumentException: You must create a service that extends GcmJobSchedulerService at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4347)...
It seems that the sample is using MVP rather than MVVM.
Hi, I tried to implement the update method using the same way as the add method, to enable sync to remote db. However, I realised there will be an infinite...
Hi Can we use LiveData to return data in syncjob instead of using RX java Event bus. If yes , then how to achieve this.