Re: [mono-android] Code sharing between MonoDroid and MonoTouch

2012-05-26 Thread Miljenko Cvjetko
Hi On 2012.05.25 11:08, Arvis Lieģenieks 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 I'm using both approaches, for fast testing (switching between VS and MD on Mac) - networ

Re: [mono-android] Code sharing between MonoDroid and MonoTouch

2012-05-25 Thread Stuart Lodge
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 remov

[mono-android] Code sharing between MonoDroid and MonoTouch

2012-05-25 Thread Arvis Lieģenieks
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 fol