Use xamarin to create a cross-platform library that can be used in native applications

I want to create native iOS apps and native Android apps. I want to save code that manages pure native views, i.e. 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 can be shared between two native applications. If so, how? :)

Thanks!

+7
source share
1 answer

No , it is not yet supported by this forum .

+4
source

All Articles