Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Non-dev-tools Windows Phone 7 emulation

In developing a number of WP7 apps, I have a need to show clients how the app will be when deployed. The clients are a) not in the same location as I am, b) not technical at all, and c) may not even be using a PC. The purpose is to demo, get feedback and make any needed changes.

I'm not finding any realistic options to just simply show them what it would look, feel and run on a Windows Phone 7 (using the ApplicationBar, etc.). I found this link - http://www.redmondpie.com/standalone-windows-phone-7-series-emulator-9140536/ - but it's rather hacky for me to ask someone to do to set up an emulator on their machine without also installing VS Express, etc.

Does anyone know of any links to an official emulator that can be run on a PC, has a simple install and can load WP7 apps?

like image 585
Todd Main Avatar asked Aug 15 '10 23:08

Todd Main


2 Answers

Have you considered using a product such as Citrix GoTo. Clients do not need to be particularly technical to join such a meeting, you can then take them through a demo. This will cost you though.

A free alternative would be to set aside a PC running the emulator with your software loaded. Create a VPN for you clients to connect to and let them use Remote Desktop Connection to connect to the PC. They can then play around with it remotely.

like image 54
AnthonyWJones Avatar answered Oct 17 '22 20:10

AnthonyWJones


Have you considered using SketchFlow? Although by default the UI is "sketchy" (sorry), you can apply styles to the controls you drop on your pages, including the very same styles that are used by Windows Phone controls.

If you use a Silverlight SketchFlow project, you can deploy the content to a web server and provide a link that can be consumed on any machine that will render Silverlight content...they can go through the navigation, provide feedback, etc.

Christian Schormann has a writeup on what is required to use it in the pre-release tools... http://electricbeach.org/?p=573

like image 34
John Garland Avatar answered Oct 17 '22 21:10

John Garland