In this blog post, we will add a second page to our app and display the collection saved in IsolatedStorage to RadDataBoundListBox using RadExpander as a DataTemplate.
Introduction
As a quick introduction, Conference Buddy is an app being written in Windows Phone 8 as well as Windows 8. We will continue working on the Windows Phone 8 app in this blog post.
In this blog post, we will complete the contact details page and explore how we can create the multiple Pivot items into an easily readable JSON file.
There are several ways to handle XML data that is returned from services. The most common is to know the shape of the returned data and then searching for the desired data or navigating through the various nodes of the XML document.