use Rxjava instead of Event Bus libraries
MuratCanBur
1248
Nice article! I’ve been spending some time with Rx and it’s by far better than EventBus IMHO.
One thing that I want to know, why you use Schedulers.computation() when retrieving cached items but use Schedulers.io() when calling the API?