When using Mono Touch can I also package for a sta

2019-06-21 10:46发布

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 code but I will have important common code in C#.

But I also need my development to work on standard Windows 7 and 8 (non mobile). Can I do this with Mono Touch and I yes what is the development process ?

1条回答
对你真心纯属浪费
2楼-- · 2019-06-21 11:32

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.

查看更多
登录 后发表回答