is there any way to white label MAUI app? - xamarin.forms

I have project in Xamarin forms which we have to migrate to .NET MAUI we need White Labelling in that project like this White Labeling in Xamarin Forms Applications

Related

Integrating Mapbox with .NET MAUI

I am currently developping an native Android app using Mapbox with Visual Studio (using some Mapbox nugets). I have to do the whole dev to address iOS customers but Xamarin.Forms nuget version of Mapbox is out of date, both Android & iOS SDKs have been updated since.
As Microsoft has just released the first .NET MAUI Release Candidate RC1, i.e. the successor of Xamarin.Forms, I would like to start over a new project so I can manage one development pipeline to deploy on either Android or iOS afterwards.
So I open this thread in order to share help to embbed Mapbox in a fresh new .NET MAUI project.
How should we proceed to simply display a Mapbox map view with a .NET MAUI project?
Thank you!
The best way for now is implementing a Maui Blazor app and using a BlazorWebView to put a MapBox in your page.
See Build a .NET MAUI Blazor app documentation

How to add app icon badge in xamarin forms wpf application

I need to show unread notification count on a badge in xamarin forms wpf app icon. I have tried with 'xam.plugin.badge' and 'xamarin.badge.plugin' NuGet packages but no luck. I am getting below exception:
Exception :
This functionality is not implemented in the portable version of this
assembly. You should reference the NuGet package from your main
application project in order to reference the platform-specific
implementation
.
Please suggest any idea to add badge count in app icon in xamarin forms wpf application.

How to add tool tips for xamarin forms wpf application

I am working on xamarin forms wpf application. I have a requirement of showing tooltips when the user mouseover. Please suggest any idea on how to add tooltips to xamarin forms wpf application. Thank you.

No Solution scaffolding or files added after adding MVVM Light

I am trying to add MVVMLight to a Xamarin Forms app. The previous app in which I added MVVMLight it did some scaffolding and added BaseViewModel,ViewModelLocator etc. which is not visible when I am adding it now. I have also tried adding MVVMLight
I am using Xamarin Forms Version="3.0.0.482510" ,MVVMLight V5.4.1
Can someone help ?

How to add json.net to Xamarin Forms, on the native projects or on the PCL?

I'm developing an App with Xamarin Forms, I need to add json.net to the project from Nugat (I think) do I need to do it on every native project or can I do it on the PCL project
Thanks Shimon
You should just need to add it to your core PCL project.

Resources