Using Retrofit with RxJava
Retrofit is the undisputed best way to consume APIs in Android. As for handling async tasks and callbacks, you’re most probably almost definitely using RxJava or Coroutines. Probably both. So if you do need to use RxJava and Retrofit, here’s how to do it. No… Read More »Using Retrofit with RxJava