I was able to easily port an existing .NET desktop app to iPhone using MonoTouch. As part of that process, I had to create new iOS 'versions' of all my projects - MonoTouch class library projects linking the files from my existing projects. This works great.
Now I want to do a MonoDroid port. Can I just reference my iOS libraries? Or do they need to be MonoDroid class libraries?
The MonoTouch and MonoDroid profiles seem to be the same, based on the documentation:
http://monotouch.net/Documentation/Assemblies http://mono-android.net/Documentation/Assemblies
Has anyone used a MonoTouch class library with MonoDroid?
Thanks in advance