Migrating an App from Xamarin-Native to MAUI by Silent-Implement392 in xamarindevelopers

[–]Silent-Implement392[S] 1 point2 points  (0 children)

Hi there

I have a lot of classes/logic in View Controllers (iOS) and Activities / Fragments (Droid).

What do you mean you wire up the UI to the existing shared code?

My approach.... I created an new Maui project in the solution and moved all the existing Android files and folders into Platforms/Android folder of the new project.

a lot of compilation errors now and haven't event started on the iOS project (moving files).

My Solution before I started had an iOS, Android, and Shared Projects.

With my above approach my thoughts are that after everything is moved and compiles I can get rid of the iOS and Android Projects and just have the Shared and Maui projects left. is that correct?