繁体   English   中英

Windows Phone 8和10的Windows Phone应用程序开发

[英]windows phone application development for windows phone 8 and 10

我想开发同时在Windows Phone 8和Windows Phone 10上运行的Windows应用程序。

我的依赖只在Windows Phone而不是台式机上。

我已经开发了使用C#和Xaml在win7,win8,win10 OS PC上运行的应用程序。

现在,我必须使用C#和Xaml为Windows Phone 8和Windows Phone 10开发单个应用程序。

我可以重用为Windows桌面应用程序编写的代码吗?

谁能指导我什么是最低系统要求以及如何进行。

我读到有关Windows 10 UWP应用程序的信息,但这无法在Windows 8手机上运行。

请指导我。

Windows Phone与传统的Windows应用程序完全不同。 Windows Phone应用程序对API的使用有限制。

目标平台

由于您希望该应用程序同时在Windows Phone 8和Windows 10上运行,因此请尝试将您的应用程序定位于Windows Phone 8,因为这将同时在Windows Phone 8,Windows Phone 8.1和Windows 10上运行。

重用代码

如果您的桌面应用程序正在使用MVVM设计模式,则可以在Windows Phone 8应用程序中使用VM和模型的大多数代码。 但是,您将不得不再次在Windows Phone 8的UI上工作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM