Вопрос

What is the best way to write for iPhone, Android and Windows phone ? If I'm writing in C# and using Xamarin will my app run on the windows phone as well ?

Это было полезно?

Решение

You can share any code written with the BCLs that are included with Xamarin (or any library built on top of those).

You will then need to write a custom Windows Phone application that uses those libraries. It is easiest to think of this as the "UI" of your application. You cannot share UI code between iOS, Android, and Windows Phone.

The MWC app is probably the best example of how to architect a solution that spans the 3 platforms.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top