Windows Mobile 5 SDK 适用于 Windows 7.5 芒果操作系统手机吗
我想为 HTC Mozart 等 Windows 7.5 芒果操作系统手机开发应用程序,我已经有 Visual Studio 2008,Windows Phone 是否支持 Windows Mobile 5 智能手机 SDK 构建的应用程序?
I want to develop an application for Windows 7.5 mango OS phone like HTC Mozart, I am already having Visual Studio 2008, will the apps built by Windows Mobile 5 smartphone SDK be supported in a windows phone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不,Windows Phone SDK 是唯一受支持的。简而言之,Windows Mobile != Windows Phone。
此外,UI 也截然不同,底层运行时和 .NET 框架也不同。您也许能够轻松地将代码逻辑移植到新的 SDK,但 UI 需要重写。
“用户为王”的新迭代也失去了很多自由。这意味着您需要检查当前应用程序的要求和提供的内容,看看它是否适合新系列的手机。
No, the Windows Phone SDK is the only one that is supported. In short, Windows Mobile != Windows Phone.
Also the UI is drastically different and the underlying runtime and .NET framework is also different. You might be able to port the logic of your code across easily to the new SDK, but the UI will need rewriting.
There are also a lot of freedoms lost in the new iteration as "the user is king". This means you need to review what your current app requires and provides to see if it is even a good fit for the new range of phones.
不可以,Windows mobile SDK 不适用于 Windows Phone 7 应用程序。
No, Windows mobile SDK wont work for Windows phone 7 applications.
看吧,Windows Phone 7 的 .NET Framework 已经完全改变了。事实上,类和 API 已经发生了变化。您可以将以前的 Windows Phone 开发经验带入这一新的经验中,但这肯定可能不是在同一平台上工作的相同代码和服务
See, the .NET Framework for windows phone 7 has changed completely . Infact the classes and APIs have changed .you can carry forward your previous experience of Windows Phone development into this new one but that certainly might not be the same code and services working in the same platform