Android RxJava and Retrofit
In this tutorial, we'll be implementing [Retrofit](/community/tutorials/retrofit-android-example-tutorial) calls using [RxJava](/community/tutorials/rxjava-tutorial) in android app. We'll be creating an application that populates a RecyclerView using Retrofit and RxJava. We'll be using a CryptoCurrency API. What Will You Learn? Making a Retrofit call using RxJava. Doing Multiple Retrofit Calls Using RxJava Transforming the Retrofit POJO response using RxJava […]