Tag: Spectaculator

  • Software

    Software

    For the development of the Microsoft Phone 7 and Windows 8 Store apps we used various software. Most were free or very cheap. Visual Studio Visual Studio 2010 was used for developing the Windows Phone 7 and the Windows 7 versions. Development was done in C# using XNA via Phone SDK. Visual Studio 2012 was…

  • Testing the emulator

    Testing the emulator

    Boy was this hard, testing took far longer than writing the code and debugging was a major pain… Writing an emulator is quite different from coding normal applications. Mainly because with an emulator you don’t get to see it working until it’s completely finished. There is no watching it as it gradually matures. Unit tests…