.NET MAUI and Visual States

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 7

  • @BenReierson
    @BenReierson Рік тому

    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.

  • @KAnt-mi1lc
    @KAnt-mi1lc 6 місяців тому

    Thanks. Helpfull

  • @Orgbrat
    @Orgbrat Рік тому +1

    Tried to join your channel but it would not accept PayPal as a payment method. Sorry that is all I use outside the USA.

    • @DanielHindrikes
      @DanielHindrikes  Рік тому +1

      Sorry, it is not my decision. It is all handle by UA-cam/Google.

  • @星河亿光年
    @星河亿光年 Рік тому

    how to publish .net maui in jetbrains rider?

    • @DanielHindrikes
      @DanielHindrikes  Рік тому

      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