How do I create an application that works on both the Windows 7 Phone and IPhone?

后端 未结 6 551
面向向阳花
面向向阳花 2021-01-15 21:27

It is clear that Mono Touch is part of the solution as it allows C# code to run on the IPhone, however Mono Touch wraps the IPhone API so does not provide a common API.

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-15 21:57

    It is possible to share code between your Monotouch iPhone application and Silverlight Windows Phone 7 application. Craig Dunn, an expert on Monotouch discusses this in his recent post - MonoTouch meets Windows Phone 7

提交回复
热议问题