Creating Mobile Apps with Xamarin.Forms Quotes

108 ratings, 3.94 average rating, 2 reviews
Creating Mobile Apps with Xamarin.Forms Quotes
Showing 1-2 of 2
“When the iPhone app is built, the Xamarin C# compiler generates C# Intermediate Language (IL) as usual, but it then makes use of the Apple compiler on the Mac to generate native iPhone machine code just like the Objective-C compiler. The calls from the app to the iPhone APIs are the same as though the application were written in Objective-C. For the Android app, the Xamarin C# compiler generates IL, which runs on a version of Mono on the device alongside the Java engine, but the API calls from the app are pretty”
― Creating Mobile Apps with Xamarin.Forms: Cross-Platform C# Programming for iOS, Android, and Windows Phone
― Creating Mobile Apps with Xamarin.Forms: Cross-Platform C# Programming for iOS, Android, and Windows Phone
“Xamarin.Forms allows you to be as platform-independent or as platform-specific as you need to be. Xamarin.Forms doesn’t replace Xamarin.iOS and Xamarin.Android; rather it integrates with them.”
― Creating Mobile Apps with Xamarin.Forms, Preview Edition
― Creating Mobile Apps with Xamarin.Forms, Preview Edition