This android project shows how to use retrofit with RxJava in android for making background calls with parallel processing and updating view objects from background process.
Related post for this project is Android retrofit and rxjava example
To learn RxJava visit android rxjava examples
To learn Retrofit visit Using retrofit in android