I freely admit I am entirely new to the mobile development arena so please forgive me is I appear to be dense.
In starting to play around I wanted to read in an XML file via REST and then display data from the XML on a label.
Being a weather geek I thought a weather forecast would be a good way to get started so I configure REST to grab the XML forecast for my area.
http://forecast.weather.gov/MapClick....
All I want to do is take some of the data within – say forecast temperatures – and display them in a label. Despite my best efforts, I have not had much luck at all. If I let the service automatically create the response from the return sample, it doesn’t want to generate individual values.
I suspect I need to modify the response to properly parse these so they can be mapped but, being new at this, I am not having any luck. Any help would be greatly appreciated.
Code: Select all
Tony