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 filesystem use (Android doesn't have all the special directories that iOS app sandbox does). will also depend on whether that non-UI-code is already separated out into distinct classes or even a library project.
some of the issues around code sharing across both platforms are covered in http://docs.xamarin.com/ios/Guides/Application_Fundamentals/Building_Cross_Platform_Applications hard to be more specific about "how fast and easy", but certainly having it all in C# that you can share is a good start! there are many examples of Xamarin-built apps that run on both :) On Thu, Jan 31, 2013 at 2:16 PM, Alejandro Vazquez <[email protected]>wrote: > 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 > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
