简体   繁体   English

Xamarin应用程序将在Windows手机上运行吗?

[英]Will Xamarin app run on windows phone?

What is the best way to write for iPhone, Android and Windows phone ? 为iPhone,Android和Windows手机编写的最佳方式是什么? If I'm writing in C# and using Xamarin will my app run on the windows phone as well ? 如果我用C#编写并使用Xamarin,我的应用程序也会在Windows手机上运行吗?

You can share any code written with the BCLs that are included with Xamarin (or any library built on top of those). 您可以共享使用Xamarin (或任何基于这些库构建的库) 包含BCL编写的任何代码。

You will then need to write a custom Windows Phone application that uses those libraries. 然后,您需要编写使用这些库的自定义Windows Phone应用程序。 It is easiest to think of this as the "UI" of your application. 最简单的方法是将其视为应用程序的“UI”。 You cannot share UI code between iOS, Android, and Windows Phone. 您无法在iOS,Android和Windows Phone之间共享UI代码。

The MWC app is probably the best example of how to architect a solution that spans the 3 platforms. MWC应用程序可能是如何构建跨越3个平台的解决方案的最佳示例。

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

相关问题 Universal Windows App是否可以在Windows Phone 8和Windows 8上运行 - Will Universal Windows App run on windows phone 8 and windows 8 我可以在Windows Phone上运行Windows 8应用程序吗? - Can I run a Windows 8 app on a Windows Phone 如何在Windows Phone 8 App中使用MediaElement运行视频 - How to run video with mediaelement in windows phone 8 app 在后台运行应用程序:Windows Phone 8 phonegap - Run app in background : Windows phone 8 phonegap 带有Xamarin的Windows Phone模拟器 - Windows Phone emulator with Xamarin 是否可以运行countup计时器应用程序以在Windows Phone 7上在后台运行? - Is it possible to run the countup timer app to run in background on Windows Phone 7? 在锁屏下运行Windows Phone 8.1 RT应用程序 - Run Windows Phone 8.1 RT app under lockscreen 可以运行2个后台任务-Windows Phone 8.1 Universal应用程序? - Possible to run 2 background tasks - Windows Phone 8.1 Universal app? 面向Fall Creators Update的应用:在Windows Phone上安装/运行 - App targeting Fall Creators Update: Installation/run on Windows phone 如何强制Windows Phone 8应用程序以轻主题运行 - How to force windows phone 8 app to be run in light theme
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM