Question

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 ?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top