Your videos are always so helpful. Can you please do a deep dive video into the Maui csproj and what should and shouldn't be in there. Seems like a lot of us are unsure, especially after a conversion. So much stuff in there. Thanks.
Hello Thank you for the very helpful video. Did you find out the problem with the Dark and Light theme mode ? And about the StatusBar that doesn't work ? Thanks a lot :)
hmmm havent' seen issues with dark/light mode, works for me. for status bar take a look at learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/behaviors/statusbar-behavior?tabs=android
Good evening! Thank you for this great video!! We are trying to migrate our app to MAUI and we see that await Application.Current.SavePropertiesAsync(); is obsolete, do we have to user another thing or simply the Preferencies are saved automtically? And I cannot find the CrossConnectivity.Current.IsRemoteReachable in the new Connectivity.current.... THank you very much
Your videos are always so helpful. Can you please do a deep dive video into the Maui csproj and what should and shouldn't be in there. Seems like a lot of us are unsure, especially after a conversion. So much stuff in there. Thanks.
Great suggestion!
Hello
Thank you for the very helpful video.
Did you find out the problem with the Dark and Light theme mode ? And about the StatusBar that doesn't work ?
Thanks a lot :)
hmmm havent' seen issues with dark/light mode, works for me. for status bar take a look at learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/behaviors/statusbar-behavior?tabs=android
I’ve been putting off converting an app from Xamarin, I think the main issue I’ll have is replacing the Signature Pad control
You could roll your own signature pad by using the GraphicsView and hooking into the native press events? Should be doable in Maui?
.net Maui community toolkit has a drawing view. Easy swap
Can 100% confirm comment from James, the community toolkit version was very easy to implement in Maui
Good evening! Thank you for this great video!! We are trying to migrate our app to MAUI and we see that await Application.Current.SavePropertiesAsync(); is obsolete, do we have to user another thing or simply the Preferencies are saved automtically? And I cannot find the CrossConnectivity.Current.IsRemoteReachable in the new Connectivity.current.... THank you very much
Last question. Why don't you like ResourceDictionaries?
@James
How can we create graphs or charts in .NET MAUI app?
I like Syncfusion. It's free if you make less than a million dollars a year
Always going for PreRelease during the upgrade process. I assume you wouldn't recommmend we do that right?
Would go to .net 8
Are there custom renderers migration in this example
See: learn.microsoft.com/en-us/dotnet/maui/migration/renderer-to-handler?view=net-maui-8.0
Will Skia Sharp work in Maui?
Absolutely! I literally use it in this app
Why android emulator with MAUI is so slow.
That’s just android emulators you can make them faster with hyper-v or intel haxm which work well
Goodbye Xamarin, Hello Flutter