Retrofit – A simple Android tutorial
In this tutorial, we are going to see how to use Retrofit HTTP client in your Android application. Retrofit is an awesome type-safe HTTP client for Android and Java built by awesome folks at Square. Retrofit makes it easy to consume JSON or XML data… Read More »Retrofit – A simple Android tutorial