Harish Sharma

Technology

Retrofit vs Volley

Now a days , Almost every mobile app includes some sort of network hits to perform its functionality and there are many alternatives available to perform network operations.Networking libraries are one of the best option for this.Now the question arises which library we should use.The confusion is mainly with two popular and most used...

26-Jan-2016

Android, Technology

Retrofit: A Http Client Library For Android

What is retrofit? A type-safe REST client for Android and Java. It is simple to use and much efficient as compare to other methods of using REST apis like Asynctask or Volley. Retrofit is developed by Square and is well documented. Using this library provides a great performance improvement for performing network operations using...

30-Oct-2015