Skip to content

Need Help with White Labeling a MAUI App from Existing Project #22198

Answered by developer9969
satish-dnv asked this question in Q&A
Discussion options

You must be logged in to vote

We white label our app and all you have to do

  • all the views and viewmodels in a separate Maui class libraries
  • create one app for each client that references the shared class library
  • the only thing that changes is your style
  • All the colors and other styles will be in the main project
  • Use resource files for each client

I think above gives u an idea

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@satish-dnv
Comment options

Answer selected by satish-dnv
Comment options

You must be logged in to vote
1 reply
@developer9969
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #22182 on May 03, 2024 14:33.