Logo

dev-resources.site

for different kinds of informations.

Is Xamarin Dead?

Published at
1/17/2024
Categories
xamarin
microsoft
ios
android
Author
fanmixco
Categories
4 categories in total
xamarin
open
microsoft
open
ios
open
android
open
Author
8 person written this
fanmixco
open
Is Xamarin Dead?

The short answer is No, it's not dead. The long explanation starts here.

A couple of days ago, I had a quite heated conversation on Twitter:

tweek

At the beginning of my career building mobile apps, I was also confused about what was Xamarin? Was it a multi-platform solution or was it a single-platform solution? The answer was both.

With Xamarin at the present time, you can build apps for:

  • Android only AKA Xamarin.Android,
  • iOS only AKA Xamarin.iOS.

Xamarin.Forms was the cross-platform solution that was replaced by MAUI.NET (more about it later).

In my case, I started to build straightaway Android apps only since I didn't own a Mac (I still don't), and that's how I easily understood the difference between the 3 solutions. However, I noticed that this confusion still persists in 2024, and that's why I wanted to bring you this short explanation:

android

Xamarin.Android is a platform for building native Android apps with C# that only works on Android. These are some important points about it:

  • The code can be compared with using Kotlin or Java.
  • Kotlin or Java code can be reconverted to C#.
  • You can reuse the typical XMLs to create your activities or views.
  • It generates only .apk or .abb.
  • It can be used to bind Android libraries from Gradle.
  • The final app will be more optimal and smaller since it works only on Android.
  • Most code might not be compatible with Xamarin.iOS.

You can read more at:

Its official GitHub repository is:
xamarin/xamarin-android

Its official documentation:
Xamarin.Android - Xamarin

apple

Xamarin.iOS is a platform for building native iOS apps with C# that only works on iOS. These are some important points about it:

  • The code can be compared with using Swift or Objective C.
  • Swift or Objective C code can be reconverted to C#.
  • You can reuse Storyboards to create your views.
  • It generates only .ipa.
  • It can be used to bind iOS libraries.
  • The final app will be more optimal and smaller since it works only on iOS.
  • You must own a Mac either physically or in a cloud to compile your code.
  • Most code might not be compatible with Xamarin.Android.

You can read more at:

Its official GitHub repository is:
xamarin/xamarin-macios

Its official documentation:
Xamarin.iOS - Xamarin

Furthermore, there is a variation for building macOS apps only that is called Xamarin.Mac:
Xamarin.Mac - Xamarin

maui
Credits: Microsoft

.NET MAUI is a platform for building native multiplatform apps for Android, iOS, Windows, etc. from one source code. It is the official Xamarin.Forms' evolution. These are some important points about it:

  • It can be compared with React Native, Flutter, or NativeScript.
  • Some Android, Windows, and/or iOS code/libs might be compatible but they should be readapted per platform.
  • It generates .akp, .abb, .exe .ipa, .app, etc.
  • The UI might be less flexible since it must work on all devices.
  • The final app will be less optimized and bigger since it works on multiple platforms.
  • You must also own a Mac either physically or in a cloud to compile your code for iOS and/or macOS.

You can read more at:

Its official GitHub repository is:
dotnet/maui: .NET MAUI

Its official documentation:
.NET MAUI

Hopefully, this short explanation can support you in your adventure as a mobile developer and avoid confusion. The better you know which tech you must choose, the better performance you will get and the better your results will be.

Follow me on:

LinkedIn YouTube Instagram Cyber Prophets Sharing Your Stories
LinkedIn YouTube Instagram RedCircle Podcast RedCircle Podcast

sponsor me

xamarin Article's
30 articles in total
Favicon
Linux vs macOS vs Microsoft Windows: Which is Best for Software Development?
Favicon
𝗚𝗲𝘁 𝗗𝗲𝘃𝗘𝘅𝗽𝗿𝗲𝘀𝘀 .𝗡𝗘𝗧 𝗠𝗔𝗨𝗜 𝗖𝗼𝗻𝘁𝗿𝗼𝗹𝘀 𝗳𝗼𝗿 𝗙𝗿𝗲𝗲 𝗕𝗲𝗳𝗼𝗿𝗲 𝗗𝗲𝗰𝗲𝗺𝗯𝗲𝗿 𝟯𝟭, 𝟮𝟬𝟮𝟰!
Favicon
15 Best Chrome Extensions for Developers: Boost Your Productivity and Workflow
Favicon
Top 10 iOS Automation Testing Tools for 2025 (with Key Features)
Favicon
Modern Startup & Login Screens for .NET MAUI + MVVM
Favicon
UI components for MAUI apps
Favicon
How to check the MySQL version on Windows, so easy that even a five-year-old can learn it
Favicon
Building Multi-Page Applications with Xamarin Forms - Tips and Tricks
Favicon
Mobile Development
Favicon
.NET MAUI BorderLessEntry for all platforms
Favicon
Understanding Cross-Platform Development with Xamarin
Favicon
Navigating Cross-Platform Development: A Comparative Analysis of React Native, Xamarin, Flutter, and Electron
Favicon
Xamarin vs. React Native: Which Cross-Platform App Development Framework to Choose
Favicon
Is Xamarin Dead?
Favicon
Crafting Native Mobile Apps Across Platforms with .NET: Unleashing the Power of Xamarin
Favicon
iOS Tips Xamarin Forms - Get Safe Area Height
Favicon
Exploring the Most Popular Cross Platform App Development Frameworks
Favicon
iOS Tips - This app cannot be installed because its integrity could not be verified
Favicon
Sneak Peek at 2023 Volume 3: Xamarin
Favicon
My journey in mobile development - From C# to Swift
Favicon
بهترین آموزش .NET MAUI فارسی
Favicon
Xamarin/C# app
Favicon
Flutter Vs Xamarin- Which Is The Best Cross-Platform Development Framework?
Favicon
Welcome to the New Era of App Development: Introducing Avalonia v11
Favicon
🔒 Introducing Serial Log and Metro Log: Simplifying Your Logging Experience In .NET MAUI! 📝🚇
Favicon
How to Build Mobile Check Capture App with Xamarin.Forms and Dynamsoft Document SDK
Favicon
Sneak Peek at 2023 Volume 2: Xamarin
Favicon
Incredible App Themes for Xamarin.Forms
Favicon
Learn how to Integrate Push Notifications in .NET MAUI
Favicon
App link c# Xamarin

Featured ones: