Search code examples
jsonxamarincross-platformxamarin-studioxamarin.forms

Using xamarin to retrieve JSON message from URl and show in table view


I'm started developement in xamarin cross platform development in visual studio. I want to know, how to retrieve the JSON message from url to show the details in table view. Here i give a sample url, how to retrieve all the city name in the json data and show in table. Help me!

url: http://api.wunderground.com/api/02e5dd8c34e3e657/geolookup/conditions/forecast/q/Dhaka,Bangladesh.json


Solution

  • I posted this question on xamarin forums with complete coding. I got a answer from someone with complete coding structure. Its work for me.

    click here to see the link with question and answer. I hope, it works for all u.