Xamarin is no longer supported, Maui is the replacement. Android native is for building native apps in C++. If you are only building Android apps you should look at Kotlin/Jetpack.
Best approach for Mobile app development
Kuler Master
406
Reputation points
Hello guys,
I was wondering what is the best project template for mobile app development. I was reading little bit about the .NET MAUI but I am not quite sure if it's better than regular Android App or Mobile App (Xamarin).
What is your experience with this?
Thank you!
Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Answer accepted by question author
-
Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
2024-12-31T16:41:11.27+00:00
1 additional answer
Sort by: Most helpful
-
Graham McKechnie 446 Reputation points
2025-11-01T00:33:22.0233333+00:00 If you are only building Android apps you should look at Kotlin/Jetpack.
That is a bit harsh. You can build Android only apps in C#. Surely, you must be aware of <TargetFramework>net9.0-android36</TargetFramework> or <TargetFramework>net9.0-android35</TargetFramework>
That's all you need.