January 2018
Intermediate to advanced
434 pages
14h 1m
English
We will be using Android Studio 3.0. Ensure that you have its latest version. We also need to add the following dependencies:
compile "com.squareup.retrofit2:retrofit:$retrofit_version"compile "com.squareup.retrofit2:adapter-rxjava2:$retrofit_version"compile "com.squareup.retrofit2:converter-gson:$retrofit_version"// RxKotlin - Kotlin version of RxJavacompile "io.reactivex.rxjava2:rxkotlin:$rxKotlinVersion"
The adapter-rxjava2 library helps us return observables as response, which can be subscribed by observers.
Read now
Unlock full access