我正在开发一个Windows Phone 7应用程序,因为我们知道Windows 8将具有metro UI。
WP7应用程序是否与Windows 8桌面操作系统兼容?
I am developing a windows phone 7 application and as we know Windows 8 will have metro UI.
will WP7 applications be compatible with windows 8 desktop OS?
最满意答案
不是直接的。 它与WP7的Silverlight不同。 Windows 8 Metro应用程序使用一种名为WinRT的新功能。 如果设计得恰当,您可以重用一些代码和XAML。
Not directly. It is a different stack from WP7's Silverlight. Windows 8 Metro applications use something new called WinRT. You might be able to reuse some code and XAML, provided you design it appropriately.
Windows Phone 7应用程序与Windows 8 OS的兼容性(compatibility of windows phone 7 applications with windows 8 OS)我正在开发一个Windows Phone 7应用程序,因为我们知道Windows 8将具有metro UI。
WP7应用程序是否与Windows 8桌面操作系统兼容?
I am developing a windows phone 7 application and as we know Windows 8 will have metro UI.
will WP7 applications be compatible with windows 8 desktop OS?
最满意答案
不是直接的。 它与WP7的Silverlight不同。 Windows 8 Metro应用程序使用一种名为WinRT的新功能。 如果设计得恰当,您可以重用一些代码和XAML。
Not directly. It is a different stack from WP7's Silverlight. Windows 8 Metro applications use something new called WinRT. You might be able to reuse some code and XAML, provided you design it appropriately.
发布评论