Difference between Xamrin android, Xamrin iOS and Xamrine crossplatform project -
what difference between xamarin android, xamarin ios , xamrin crossplatform project? xamarin android , xamrin ios native? thought make 1 single app on xamarin works on both ios , android.
p.s: started work xamarin.
i copy info here
xamarin android makes possible create native android applications using same ui controls in java, flexibility , elegance of modern language (c#).
xamarin.ios allows developers create native ios applications using same ui controls available in objective-c , xcode, except flexibility , elegance of modern language (c#).
and xamarin cross platform, it's little more complex explain.
as can see in image, xamarin cross platform, can share tremendous amount of code between apps(ios, android, uwp, etc) , if use xamarin forms can share ui (which based in xaml , of course can implement native things custom renders).
you can view more xamarin in developer web page: https://developer.xamarin.com/guides/
wiki
Comments
Post a Comment