platform library usable in native apps

I want to build an iOS native apps and an Android native apps. I want to keep the code that manage the views purely native, ie. write Java code for Android and Objective-C code for iOS.

I would like to know if it is possible to build a library in C#, using Xamarin (or another tool/technology) ; with models, network code, behavior logic (ViewModel stuff), etc. that could be shared between the 2 native apps. If yes, how ? :)

Thanks!


,根据此次论坛讨论,它尚未得到支持。

链接地址: http://www.djcxy.com/p/71190.html

上一篇: Forever:安装两个节点版本,指定要运行的节点版本

下一篇: 平台库可用于本地应用程序