Abstract
The article describes how to create a powerful Windows Phone 7 catalogue presentation which downloads the actual data from Internet and displays them in an intuitive and innovative way on a Windows Phone 7 device.
The application we are about to create in this article will consist of two parts:
- Web Service – runs at server – provides data for the application
- Shopping Mall – a WP7 application visualizing data to the user through its GUI (rendered with the help of Bee Mobile Metropolis).
Key topics
which will be discussed in the article:
- How to create a Web Service.
- How to load data to a Data Set from XML file on server’s side and publish it through Web Methods.
- Create a WP7 client application which consumes a Web Service.
- Use Bee Mobile Metropolis (set of WP7 GUI controls) to create the application GUI.