Is Your MAUI Application UI Responsive?

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 14

  • @ElCidPhysics90
    @ElCidPhysics90 6 หลายเดือนก่อน

    “Is your UI responsive?”
    I feel attacked, lol

    • @SingletonSean
      @SingletonSean  6 หลายเดือนก่อน +1

      I'm guilty too 😁

  • @billymartin6497
    @billymartin6497 6 หลายเดือนก่อน

    Thanks for the great video.
    Seems like your converter and trigger could be used for validation effects in the UI.
    Could you please make a video on that? I know there are still a few bugs in Maui when it comes to triggers.

    • @SingletonSean
      @SingletonSean  6 หลายเดือนก่อน +1

      It probably could 🤔 I'll have to play around with that!

  • @obsidian741
    @obsidian741 4 หลายเดือนก่อน

    I’m actually a bit surprised that MAUI does not provide something more elegant than that since it aims at targeting mobile platforms. This trick is totally applicable and practical for traditional WPF apps. Looks like stagnating 🤔

  • @fsharplove
    @fsharplove 6 หลายเดือนก่อน

    If you use MAUI Blazor, you should not have any of those issue. You can use Tailwindcss or Bootstrap to have a responsive design.
    MAUI Blazor seems far more stable (since the beginning) than MAUI XAML. Unless you need very specific native feature, or like XAML (I liked it too before using razor syntax), the MAUI Blazor road is the way to go.
    You seem very familiar with XAML (static resource usage, binding etc...), but I'd like a video of a comparison between MAUI XAML and MAUI Blazor (strength, weakness, BUGS 😊😊 ).
    Thank you.

    • @SingletonSean
      @SingletonSean  6 หลายเดือนก่อน +1

      That sounds promising! I love Tailwind for web stuff. Never knew that MAUI Blazor felt more stable, I'll definitely have to play around with that. Thanks for sharing that!

  • @olivier0003
    @olivier0003 6 หลายเดือนก่อน

    I like MAUI ( but I found some bugs between Android and Windows platform). And your trigger could be useful for me :)

  • @Brendan2Alexander
    @Brendan2Alexander 6 หลายเดือนก่อน +1

    I am not sure if I would try to create a mobile and desktop app in one app. I would create two separate maui apps, one mobile and one desktop, in the same solution and share components and services as much as possible.

    • @AnimastiX
      @AnimastiX วันที่ผ่านมา

      I rather the same too. But cause I got a folding phone, there's no more option than do a responsive app.

  • @krccmsitp2884
    @krccmsitp2884 6 หลายเดือนก่อน

    8:30 Maybe you could encapsulate that as a Markup extension somehow?

    • @SingletonSean
      @SingletonSean  6 หลายเดือนก่อน +2

      Hoping to! I'd love to publish it as a NuGet package too

    • @billymartin6497
      @billymartin6497 6 หลายเดือนก่อน

      A width > length to bool converter would be a cool one to add also.