Hi, we are sharing code across Windows .NET, Mono for Android and MonoTouch. Earlier we even also shared with .NET Compact Framework for Windows Mobile.
We are sharing the source code using the Share feature of Visual SourceSafe which is very very useful for this kind of setup. If a code change is checked in on a shared source file it is automatically spread across all projects that share this file. No need to maintain multiple copies. The only drawback is that we have to be cautious not to make breaking changes to shared code. Well, another drawback is that we have to use Visual SourceSafe because there is no other source management tool with a similar feature. We are using predefined symbols like MONO, ANDROID, IPHONE, WIN32 and so on for the parts of the code which have to be platform dependent, or which require a .NET compatibility work around. All this works great for us. Cheers, Andreas -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/sharing-code-between-mono-touch-and-mono-for-android-tp5441681p5441955.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid