Sorry, not yet. 1- need more .Net MAUI videos and waiting for Xamarin Community migration with .Net MAUI. 2- need to build a small .NET MAUI app with a few screens "e.g. Login, Signup, Listing" I need your help to build that sample if applicable with the current available controls and of course keep us up to date with the new changes 😊.
Hey Gerald, love your videos! We've been trying to migrate our multi-target (Nuget package) projects that we use in all our apps, but having some difficulty with Windows (complains that "The original target frameworks value must match the aliases"?). Can you recommend any sample repos with MAUI migration branches that includes UWP that I could look at as an example? Or even better a sample multi-target package repo that includes UWP? Caught your "surfing with MAUI" stint the other day on Twitch, was excellent and very useful, I'd recommend anyone else to look it up in fact, CodeITLive on Twitch!
This week I started the migration process on my company's XF app. It's going pretty well so far, I had two painful days of fixing build errors, but now I have the project compiling and even running on Android. There are a lot of weird UI issues I still have to solve, but by and large the main app functionality (BLE/REST API calls/Real Time Notifications with Signal R) all work out of the box! So far, the page shell transitions seem to be a little slower than XF so I want to look into that, but the hot reload is much better than XF. Honestly, it was easier than I expected it to be. More like a major version upgrade, than a full change in Framework. I am having the most trouble so far with porting over the custom renderers. I tried to use them as is using the compatilibity, but get app crashes with almost no info. So I want to port the renderers to handlers. I posted this SO question elsewhere, but I think you might have a better chance of seeing it on your pinned question, so sorry for the duplication. stackoverflow.com/questions/76587039/invisible-buttons-when-using-dot-net-maui-handler If you get a chance to have a look I'd be very grateful!
For the Simulator have a look here: github.com/dotnet/maui/wiki/CLI:-iOS-Simulator-Selection I’m sure an actual device is possible, but not sure how :) I think the lowest iOS version supported is 10 however with .NET preview 6 you will need Xcode 13 beta to build
Hi I have created a MAUI project in VS 2022 preview, which is working fine initially with emulator, but now Emulator is not showing. When I create Xamarin project Emulator is showing and application is running on that Emulator. Please help me to resolve this issue as it occurs developing application What I have tried: 1. I had delete/renamed Copy Code C:\Users\username\AppData\Local\Xamarin C:\Users\username\AppData\Local\Microsoft\VisualStudio\17.0_e17a11fb\ComponentModelCache 2. I had repair VS 2022 preview 3. I had reinstall MAUI
Are you already porting your apps to .NET MAUI?
@@shrikantthorve5701 😅 sorry! Can’t help that with a video 😜
Sorry, not yet.
1- need more .Net MAUI videos and waiting for Xamarin Community migration with .Net MAUI.
2- need to build a small .NET MAUI app with a few screens "e.g. Login, Signup, Listing"
I need your help to build that sample if applicable with the current available controls and of course keep us up to date with the new changes 😊.
Hey Gerald, love your videos! We've been trying to migrate our multi-target (Nuget package) projects that we use in all our apps, but having some difficulty with Windows (complains that "The original target frameworks value must match the aliases"?). Can you recommend any sample repos with MAUI migration branches that includes UWP that I could look at as an example? Or even better a sample multi-target package repo that includes UWP? Caught your "surfing with MAUI" stint the other day on Twitch, was excellent and very useful, I'd recommend anyone else to look it up in fact, CodeITLive on Twitch!
This week I started the migration process on my company's XF app. It's going pretty well so far, I had two painful days of fixing build errors, but now I have the project compiling and even running on Android. There are a lot of weird UI issues I still have to solve, but by and large the main app functionality (BLE/REST API calls/Real Time Notifications with Signal R) all work out of the box! So far, the page shell transitions seem to be a little slower than XF so I want to look into that, but the hot reload is much better than XF. Honestly, it was easier than I expected it to be. More like a major version upgrade, than a full change in Framework.
I am having the most trouble so far with porting over the custom renderers. I tried to use them as is using the compatilibity, but get app crashes with almost no info. So I want to port the renderers to handlers. I posted this SO question elsewhere, but I think you might have a better chance of seeing it on your pinned question, so sorry for the duplication. stackoverflow.com/questions/76587039/invisible-buttons-when-using-dot-net-maui-handler
If you get a chance to have a look I'd be very grateful!
Please show us how can we convert this custom render to handler
That one is definitely coming!
@@jfversluis Thank you Gerald!!!
Hi do you have updated version of this for 2023? Namespace that you use are not working anymore
Really great explanation! Thank you!
Thank you!
Very helpful !! That what I was looking for.
Great! Let me know how it goes! :)
Thanks Gerald for the awesome video 👍
My pleasure! Thanks!
I hope you explain how to use the new .Net MAUI way of adding handler to customize a control like Button or Label "e.g. add new property".
All sorts of things are definitely coming, stay tuned!
Thank you VIDEO..
If I want iOS simulator run.
Real iPhone remote connect possible?
What is possible minimum iPhone Model ?
For the Simulator have a look here: github.com/dotnet/maui/wiki/CLI:-iOS-Simulator-Selection
I’m sure an actual device is possible, but not sure how :) I think the lowest iOS version supported is 10 however with .NET preview 6 you will need Xcode 13 beta to build
@@jfversluis Thank you !~
It should be some tools for suggesting code changes. Most of the dev doesn't know what is MAUI namespaces equivalent to Xamarin namespaces.
It's open-source, you can look it up ;)
Very good. Thanks!
Thank you!
Hi
I have created a MAUI project in VS 2022 preview, which is working fine initially with emulator, but now Emulator is not showing. When I create Xamarin project Emulator is showing and application is running on that Emulator.
Please help me to resolve this issue as it occurs developing application
What I have tried:
1. I had delete/renamed
Copy Code
C:\Users\username\AppData\Local\Xamarin
C:\Users\username\AppData\Local\Microsoft\VisualStudio\17.0_e17a11fb\ComponentModelCache
2. I had repair VS 2022 preview
3. I had reinstall MAUI
Please stop asking the same question under different videos, thanks :)
Errrr… light theme IDE?
All the way!
@@jfversluis 😱😱😱😱😱😱😱😱😱
It brokes MAUI concept to use custom renderers!
You'll want to make it native eventually to get all the benefits, but this definitely helps for transition scenarios