In this post I will showcase how you can combine RxJava, Retrofit and Android Databindings to do a simple lookup of country from a country code. The goal here is to avoid the very bloated activity/fragment classes we see in a lot of project and in general make the app easier to test and maintain. […]
The post RxJava, Retrofit and Databindings on Android appeared first on blog..