문제

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