MonoTouch app for Mono Android

I am new to Mono, and my first question is: if you can create an application in Monotouch and then create it for iOS, Android and Windows Phone ?! I mean, can I have one source code ?!

+3
source share
1 answer

Not really. If you are creating an application using the MVC-like model, you can easily share a lot of code between all these platforms.

A good example of this is the Xamarin MWC 2012 app . It shows you how you can use almost everything except the user interface for iPhone, iPad, Android and Windows Phone applications.

+5
source

All Articles