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!
nverinaud
source share