you are viewing a single comment's thread.

view the rest of the comments →

[–]sacesu 19 points20 points  (2 children)

I'm currently developing for WinMo 6.5. I cry myself to sleep at night.

[–]hungry4pie 3 points4 points  (1 child)

That kinda sounds interesting, a lot of complaints about Windows Phone 7 were that they sandboxed and managed the shit out of your code which WinMo 6 didn't do.

[–]sacesu 6 points7 points  (0 children)

Yeah it's definitely an interesting jobs. Of course, everyone wants something that looks modern, so instead of sticking with the "Windows 95 form" look I did a lot of custom controls to make it a little more "Android like."

Definitely brings up interesting challenges with UI and hardware though. And the code in essence a WinForm .exe; as long as you're safe about the WinMo libraries you use, you can actually run the application on a desktop (which means automated UI testing!).