In this video we finally get down to the business of writing the code to hit a web service in Android app. To do this we use an API called HttpUrlConnection. This API helps us to construct a HTTP request as a Java object. To establish the connection we use connect method of HttpUrlConnection. Other than this we need to set certain attributes that a Restful web service need.
Follow me on Twitter: https://twitter.com/anilvdeshpande
Github link to Web Service: https://github.com/AnilDeshpande/AndroidRestWebServiceIntegration
