
Android Retrofit Version 2.0 with OKHttp and Gson Tutorial for Beginners
Introduction In the previous tutorial, you have learned how to consume Web Services in Android in which we used HttpURLConnection to send and receive data over the internet and JSONObject & JSONArray classes to parse JSON data in Android along with AsyncTask class to perform background…