Skip to content Skip to sidebar Skip to footer

When Using Mono Touch Can I Also Package For A Standard Window Application?

I know that Mono Touch enables developing with nearly one source code and deploy to Android, iOs and Windows Mobile. There will of course be 3 projects and some platform related co

Solution 1:

I think you should check out my answer to this question: Consuming ViewModels in MonoDroid / MonoTouch

In general, you should create a shared class library that will be used on all platforms.

This class library would then be consumed by as many UIs as you need, such as MonoTouch, Mono for Android, WP7, Windows, Metro, etc.

Post a Comment for "When Using Mono Touch Can I Also Package For A Standard Window Application?"