How easy is it to port a Windows Phone 7 application to Metro on a Windows 8 tablet?

后端 未结 6 935
生来不讨喜
生来不讨喜 2021-02-14 11:10

I know that Metro on both platforms shares a common “look and feel” and that WinRt makes use of XAMLand C# (or VB.NET) like Silverlight does on Windows Phone 7.

Howev

6条回答
  •  难免孤独
    2021-02-14 11:47

    The biggest potential problem I experienced is if you happen to have chosen to develop with XNA/Silverlight on the Windows Phone. In that case you either have to decide to completely rewrite the application or try out an XNA replacement such as MonoGame. Having gone that route myself I can happily say that, at least at this stage, MonoGame seems to support at least 90% of the functionality of XNA and due to the hard work of a few groups of developers and individuals it is now relatively easy to port over the application without too many fundamental changes.

    Here is the link to MonoGames website http://monogame.codeplex.com/

提交回复
热议问题