Home > Back-end >  Migrate native Xamarin Android app to .Net MAUI
Migrate native Xamarin Android app to .Net MAUI

Time:12-22

I have a Native Xamarin Android app which is running in Target SDK 30(Android 11). I would like to migrate it into .Net MAUI. I am looking for the steps to do that.

Unable to find a documentation related to that.

CodePudding user response:

Here are two links for your reference.

The article is about Migrating Xamarin.Android Applications to.NET 6. And this about Migrating from Xamarin.Android to.NET 7. It contains two Word docx files NavigationGraph.docx which describes the project and Converting a Xamarin.Android to.Net7.docx describes how to go about the detailed manual migration.

Hope it could help you.

CodePudding user response:

Is there a particular reason why you want to migrate to Maui? Your tags on your post don't indicate any other platform other than Android. If you only want to support Android then I can't think of any reason why you would consider Maui.

Please disregard if that is not the case.

  • Related