PROWAREtech

articles » archived » xamarin » about

Xamarin: About

About Xamarin.Forms.

As of the writing of this, there are two smartphone and tablet platforms that dominate: Apple's iOS (run on iPhone and iPad products) and Google's Android. Each platform has its differences with respect to application development.

iOS applications are written in Objective-C, or Swift, and Android applications are written in Java. This often requires two development teams for many businesses. Wouldn't one language for both platforms be better? (C++ is not nearly as productive as newer languages.)

Enter Xamarin.Forms

Xamarin.Forms is for C# programmers and allows for the writing of shared user-interface code in C# and XAML (eXtensible Application Markup Language) that compiles into native code for mobile devices like iOS and Android.

XAML (eXtensible Application Markup Language) was developed by Microsoft as WPF. It is XML used for instantiating and initializing user interface objects (like buttons and labels) in an application.

Xamarin.Forms supports one more platform: Windows/Windows Phone. However, this platform is not widely used. The number of apps available to this platform are anemic at best making it an incredibly unpopular choice for new smartphone shoppers. And developers have not really caught on to developing for the Universal Windows Platform.

See Xamarin Tutorial.



This site uses cookies. Cookies are simple text files stored on the user's computer. They are used for adding features and security to this site. Read the privacy policy.
CLOSE