Nice intro to visual states. I have to admit, I used to do nearly everything styling related via visual states back in the WPF and Silverlight days (and even winRT), because it was SO easy using Blend's editor. You could define any number of states and, more importantly, custom animated transitions between them. They were also more MVVM friendly, as there were built-in ways to change the state with VM properties. In all my time writing XF/Maui apps, I have rarely bothered with visual states because they are lacking those features. They feel more like a glorified way to apply styles, and I'm more likely to just use properties or triggers to accomplish what I need, because they are more binding friendly. I hope maui visual states can be expanded to offer more of the features we used to have, but obviously only after they stabilise Maui properly.
Why not do it in a pipeline or action? I don't know how to do it in rider, but you can do it with cli. learn.microsoft.com/en-us/dotnet/maui/android/deployment/publish-cli?view=net-maui-8.0 learn.microsoft.com/en-us/dotnet/maui/ios/deployment/publish-cli?view=net-maui-8.0
Nice intro to visual states. I have to admit, I used to do nearly everything styling related via visual states back in the WPF and Silverlight days (and even winRT), because it was SO easy using Blend's editor. You could define any number of states and, more importantly, custom animated transitions between them. They were also more MVVM friendly, as there were built-in ways to change the state with VM properties.
In all my time writing XF/Maui apps, I have rarely bothered with visual states because they are lacking those features. They feel more like a glorified way to apply styles, and I'm more likely to just use properties or triggers to accomplish what I need, because they are more binding friendly. I hope maui visual states can be expanded to offer more of the features we used to have, but obviously only after they stabilise Maui properly.
Thanks. Helpfull
Tried to join your channel but it would not accept PayPal as a payment method. Sorry that is all I use outside the USA.
Sorry, it is not my decision. It is all handle by UA-cam/Google.
how to publish .net maui in jetbrains rider?
Why not do it in a pipeline or action?
I don't know how to do it in rider, but you can do it with cli.
learn.microsoft.com/en-us/dotnet/maui/android/deployment/publish-cli?view=net-maui-8.0
learn.microsoft.com/en-us/dotnet/maui/ios/deployment/publish-cli?view=net-maui-8.0
thank you 😊@@DanielHindrikes