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. xamarin forms

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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -