Best approach for Mobile app development

Kuler Master 406 Reputation points
2024-12-31T12:12:52.3266667+00:00

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 | .NET MAUI
{count} votes

Answer accepted by question author
  1. Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
    2024-12-31T16:41:11.27+00:00

    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.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Graham McKechnie 446 Reputation points
    2025-11-01T00:33:22.0233333+00:00

    @Bruce (SqlWork.com)

    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.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.