【发布时间】:2011-12-27 15:46:32
【问题描述】:
所以我有一个 Windows Phone C# 应用程序,我想在其中获取位于此处的 google 天气 api xml 文件:http://www.google.com/ig/api?weather=[insert zip code here] 并获取当前天气信息。好吧,我想显示位于 xml 文件中的图像,并且我想根据图像显示背景图像。我该怎么做? 另外,我不想为它使用列表框,因为它不会让我将图像调整为全屏。
【问题讨论】:
-
你需要在这里学习如何解析一个XML文件:windowsphone.interoperabilitybridges.com/articles/…
标签: c# windows-phone-7