Replies: 3 comments 2 replies
-
Hi @ota-ash do you find any solution for this ? |
Beta Was this translation helpful? Give feedback.
-
have a look: |
Beta Was this translation helpful? Give feedback.
-
I would recommend setting up your solution similar to any .NET soluton with multiple projects. The trick is to have a different project in the solution for each of your applications, and different projects for any of your shared code. For example you might have In your runtime projects, you'll want to keep your MauiProgram.cs file, as well as your Platforms folder and platform specific resources. I have a few recommendations to keep in mind when setting up your projects
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi:
I have multiple apps 4 iOS and 4 android, which was configured under Xamarin forms.
Now that I'm migrating to Maui, how can I get multiple apps (IOS and Android) organized under Maui to get same end result?
For example: I have App1.iOS, App1.Android, then App2.iOS and App2.Android. They all share the same code base, but with different assets and some different properties defined at runtime.
What is a best way to organize a project structure like this? Are there any samples?
Beta Was this translation helpful? Give feedback.
All reactions