I’ve been working with Xamarin a great deal the past several months and am increasingly becoming a fan of the product. The ability to leverage the Visual Studio IDE,  familiar .NET class libraries, and C#programming language to create both Android and iOS apps provides incredible power.

Xamarin_iOS_Android

The beauty of working with Xamarin is that it allows us to share code when doing so makes sense but Xamarin also embraces the unique features of each platform. Xamarin does this by going beyond the many .NET classes that we’re all familiar with to also include .NET classes that expose the features of each platform.

As an example, the features of Android activities are available through a .NET Android.App.Activity class. Similarly, there’s a .NET MonoTouch.UIKit.UITableViewController class that makes the iOS UITableViewController features available. The platform-specific features provided by Xamarin are extremely rich and comprehensive giving us access to most any platform features we’re likely to use.

By having both the standard .NET classes and platform-specific .NET classes we’re able to build our application’s core logic just once, sharing that logic across both platforms, while also having full access to each platform’s unique capabilities and features.

If you’d like to learn more about working with Xamarin, I encourage you to checkout my 2 part course series on cross-platform app development with iOS and Android. Pluralsight just published part 2 of the series this week.

CrossPlatformiOSAndroidVSCSharpPart1_WithLogo

CrossPlatformiOSAndroidVSCSharpPart2_WithLogo

BTW: Although the 2-part series on cross-platform iOS/Android development with .NET/C# is complete there’s still a lot more to content to come. Keep watching for more courses on using Xamarin to create Android and iOS apps.

Posted by hedgehogjim

30+ years as a professional software dev, 17+ years developing mobile solutions, Pluralsight Author, Founder JWHH, LLC

6 Comments

  1. could you cover mvvmcross for reusable UI too?

    Reply

  2. Hi W G;
    I believe another author may have signed up to cover mvvmcross but if it turns out that they don’t then I will.
    Thanks!

    Reply

  3. Hi, will the mvvmcross course be available soon? If so, how soon? Btw, I enjoyed your pluralsight courses. TIH.

    Reply

    1. I just found out that the person who was writing the MVVMCross course has withdrawn from doing it. I believe another author is going to pick it up but I’m not sure. In any case it’ll probably be a while before an MVVMCross course is available. I’ll post out on Twitter (@hedgehogjim) when the course does become available.

      Reply

  4. I was wondering if you would be interested in possibly speaking at our Tampa Xamarin User Group @tbxug in the future.

    Reply

    1. Hi Matthew .. it’s funny, I was actually in Tampa when you left this message. I’m definitely up for speaking at the user group. I’m pretty busy over the next couple of months but we can work out a good time for both of us.

      Reply

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s