7
1
Visual Studio 2012 has a wonderful simulator built in for creating Windows 8 apps. However, it appears that when I run it, it's running another light instance of my own PC (including start up programs).
Windows 8 RT is a different experience without the desktop. Is it possible, and if so how do I simulate the Windows 8 RT experience within the Visual Studio 2012 simulation?
I didn't realize the Win RT has a version of the desktop on it... However, it only comes with pre-installed applications, which the simulator isn't simulating. I guess my question is whether or not there's a difference between the two, and if so, is there a way to simulate that difference? – James Mertz – 2012-10-23T05:32:53.330
@KronoS I don't see why the difference should make any difference? I'll see what I can find anyway. – Sathyajith Bhat – 2012-10-23T05:40:16.690
1From my understandings (obviously this is difficult since I do not have an RT system myself to play with) is that ARM compiled metro apps are made ARM compatible at compile time, but programmatically function exactly the same as their Win8 counterparts. Thus, simulating a Modern UI app in VS (even though it looks like a win8 pro system) will still generate the same results as a test in RT. – Jared Tritsch – 2012-10-23T13:08:39.867
1@JaredTritsch - You are correct. The only question is that of performance. You could of course also say this of any
Android
oriPhone
phone. In that a iPhone 4s will be slower then an iPhone 5 on the same version of the iOS platform. – Ramhound – 2012-10-25T10:46:08.643