我已经为 iOS 开发了很多应用程序,现在我想学习 Windows 手机开发。
在 windows phone 我想在我的 listView 中显示数据
I want to display this json data in my ListView,
{
"Event_Id":2673,
"Event_Name":"Bruno Mars",
"Event_Navigateurl":"bruno-mars",
"IphoneImage":"http://mywebsite/images/6349764112819brunomars_34628_1_1_20130227170016.jpg",
"Price":38.5,
"SubCategory":"Rock and Pop",
"SubCategoryURL":"rock-and-pop",
},
{
"Event_Id":752,
"Event_Name":"One Direction",
"Event_Navigateurl":"one-direction",
"IphoneImage":"http://mywebsite/images/634848503231825onedirection_34537_1_1_20110926162229.jpg",
"Price":10,
"SubCategory":"Rock and Pop",
"SubCategoryURL":"rock-and-pop",
},
{
. . .
}
任何人都可以建议,如何从 URL 显示这个 json 数据。
请帮助我是 Windows 手机的新手。
提前致谢。