This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
What is the way to use getCompositeDisposable and getSchedulerProvider in a service (For example SyncService)?
I have several services, one of them from Firebase (to update the user's push token) but I have to make an HTTP call from the service and I could not do it. I tried using dependency injection but I could not.
What is the way to use getCompositeDisposable and getSchedulerProvider in a service (For example SyncService)?
I have several services, one of them from Firebase (to update the user's push token) but I have to make an HTTP call from the service and I could not do it. I tried using dependency injection but I could not.