davidOhara
davidOhara

Reputation: 1008

MonoTouch App to Mono Android

I am new to Mono and my first Question is, if it´s possible to create an App in Monotouch and then build it for iOS, Android and Windows Phone?! What i mean is, can i have one source code?!

Upvotes: 3

Views: 517

Answers (1)

poupou
poupou

Reputation: 43543

Not exactly. If you build your application using a MVC-like model then you can easily share a lot of code between all those platforms.

A very good example of this is Xamarin's MWC 2012 sample application. It shows you how you can reuse almost everything, except the UI, for iPhone, iPad, Android and Windows Phone applications.

Upvotes: 5

Related Questions