This example application demonstrates how to build a simple application based on
panorama control for Windows Phone using Microsoft Silverlight.
Support for Windows Phone 8 was made according to guidelines given in article
http://www.developer.nokia.com/Resources/Library/Lumia/#!co-development-and-porting-guide.html.
The solution consists of two top-level projects sharing the same source code,
one targeting WP 7 and the other targeting WP 8. Bing Maps control is used in
WP 7 project and the new Map control introduced in Windows Phone is used in WP 8
project.
Microsoft Visual Studio 2010 Express for Windows Phone
Microsoft Visual Studio Express for Windows Phone 2012.
Compatible with:
Windows Phone 7
Windows Phone 8
Tested to work on:
Samsung Omnia 7
Nokia Lumia 820
Nokia Lumia 920
Instructions
Make sure you have the following installed:
Windows 8
Windows Phone SDK 8.0
Latest NuGet Package Manager (>2.7.1) from https://nuget.org/ to enable NuGet
Package Restore
To build and run the sample:
Open the SLN file
File > Open Project, select the file wprestaurantapp.sln
Install Windows Phone Toolkit for the project.
Right click solution wprestaurantapp in Solution Explorer -> select Manage
NuGet Packages for Solution
Search for ‘wptoolkit’ and install the ‘Windows Phone toolkit’ package
Depending on whether you want to run the WP7 or WP8 version of the
application, select either wprestaurantapp_WP7 or wprestaurantapp_WP8 as a
StartUp Project.
Select the target, for example ‘Emulator WVGA’.
Press F5 to build the project and run it on the Windows Phone Emulator.
Diner
This example application demonstrates how to build a simple application based on panorama control for Windows Phone using Microsoft Silverlight.
Support for Windows Phone 8 was made according to guidelines given in article http://www.developer.nokia.com/Resources/Library/Lumia/#!co-development-and-porting-guide.html. The solution consists of two top-level projects sharing the same source code, one targeting WP 7 and the other targeting WP 8. Bing Maps control is used in WP 7 project and the new Map control introduced in Windows Phone is used in WP 8 project.
This example application is hosted in GitHub: https://github.com/Microsoft/diner-wp
Developed with:
Compatible with:
Tested to work on:
Instructions
Make sure you have the following installed:
To build and run the sample:
To deploy the sample on Windows Phone device:
About the implementation
Important folders:
Important files:
Known issues
No known issues.
License
See the license file delivered with this project.
Version history