Share via

Best approach for Mobile app development

Kuler Master 411 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 Multi-platform App UI

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

Answer accepted by question author

Bruce (SqlWork.com) 84,071 Reputation points
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.

Was this answer helpful?

1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Graham McKechnie 451 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.

    Was this answer helpful?

    0 comments No comments