Version | |
Download | 73 |
Stock | ∞ |
File Size | 25.85 MB |
Create Date | July 28, 2016 |
Download |
Description of Android Web Services Demo
This is the Android Studio project with APK files of RESTful Web Services Demo Project. This project describes the use of REST + JSON. In this project, the Android Application requests the web service for the Countries information from http://restcountries.eu/ and then displays the result in User Interface thread. It uses JSONObject and JSONArray to fetch data from the Web Service. Click here if you wish to see the complete tutorial of JSON Web Services.
Don't know about web Services? See Web Services Introduction Tutorial.
You can do the same task with the help of Retrofit Library. Click here to see the Android Retrofit tutorial.
You can Download the retrofit example from here.