Re: [MonoTouch] IOS to Android

2013-02-05 Thread technohead
I've recently started looking into Monocross as the framework for increasing reusability between MonoTouch and Mono for Android. So far, I'm pretty impressed. Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/IOS-to-Android-tp4658031p4658051.html Sent from the

[MonoTouch] IOS to Android

2013-01-31 Thread Alejandro Vazquez
Hi, Does anyone know how fast and easy is to migrate a monotouch ios app to mono for android? Thanks a lot___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] IOS to Android

2013-01-31 Thread Craig Dunn
it will depend on the structure of the monotouch app. all the UIKit code (views, viewcontrollers, ui controls) will need to be re-written for Android (views, activities, ui controls). HOWEVER all non-UI-specific code should be re-usable... you might just need to check some assumptions about