Calling Web Service from Windows Phone 8 App
In this post we will take a look at how to call a web service from a Windows Phone 8 app and retrieve data in JSON format. We will be calling a simple REST web service from our sample application to retrieve the latest weather information and display the same. Web Service We will be… Read More »