Check out monocross and mvvmcross for some ideas (disclaimer - mvvmcross is my baby)
For example, an mwc-like application might become https://github.com/slodge/MvvmCrossConference in mvvmcross For "business logic" project sharing I'm trying hard right now to use Portable Class Libraries to remove the need for the multiple shared projects. PCLs do seem to work at a compiled binary level across all platforms, but there are some opne issues in monodevelop/monotouch especially at getting them to load as referenced project files right now. Another tool I've tried to use is the Project Linker tool - vs only - msdn.microsoft.com/en-us/library/ff921108(v=PandP.20).aspx - this syncs project contents together - but I don't really like it! Some links: - https://github.com/slodge/MvvmCross/ - http://code.google.com/p/monocross/ - Portable libs - http://slodge.blogspot.com/2012/04/using-portable-library-tools-for.html(ongoing...) Stuart On 25 May 2012 10:08, Arvis Lieģenieks <[email protected]> wrote: > Question is about the physical file sharing: > > > 1. What do you propose to use: network file sharing or some code > version control (git, svn)? In my case I am using two workstations - Mac > (MonoDevelop with MonoTouch) and PC (Visual Studio with MonoDroid). > 2. What about Solution/Project folder structure? In Xamarin Mobile > World Congress 2012 Unofficial Conference App > Released!<http://blog.xamarin.com/2012/02/24/mwc_2012/> example > structure is quite confusing: several solutions in one folder and then > different platform projects in one subfolder with different folder and > project names. It can not be done nativly with IDE. Are they editing > content of solution files and folder names manualy outside of IDE > environment? Therefore, can jumble which files belong to which project. > 3. And for projects of common code what kind of profile (template) to > use? Monotouch has several: Empty Project, MonoTouch Library Project and > MonoTouch Binding Projects? In Android i supose - Android class library!? > > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > >
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
