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
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
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.
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.
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 ?
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.