How Handlers Work In .Net Maui!

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

КОМЕНТАРІ • 18

  • @ProgrammingWithChris
    @ProgrammingWithChris  2 роки тому +3

    Thanks for watching! Hope that serves as a good intro to the Handler architecture in .Net Maui!
    🕘Timestamps:
    00:00 - Video Start
    00:28 - Creating Your Own Handler (Helpful in Understanding How They Work)
    09:02 - How to Modify Existing Handlers and Mappers
    14:30 - My Favorite Handler Example from the Microsoft Docs

  • @mateusmorais3176
    @mateusmorais3176 Рік тому +2

    Hi Chris, I was just checking if you made any new videos, just a humble feedback, your content is great and relevant, be encouraged to continue(it may take a while to reap the fruits), I hope that you will get the return and visibility that your work deserves, the community needs more non-microsoft employees making content about MAUI. Looking forward for the next videos.

    • @ProgrammingWithChris
      @ProgrammingWithChris  Рік тому +2

      Hi, I appreciate that :) I’ve just been busy with other things, mostly directly related to my “actual” job, but I plan on making more videos soon!

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

      @@ProgrammingWithChris We will waiting for this! )

  • @balajiv4843
    @balajiv4843 4 місяці тому

    Great video. Good work !

  • @fieryscorpion
    @fieryscorpion 2 роки тому +2

    Great videos on MAUI. Subbed! Thanks!

  • @harag9
    @harag9 2 роки тому +1

    Great video, thanks I was wondering what handlers were, makes sense now you've explained it. :)

  • @LeonardHarrisLH
    @LeonardHarrisLH 11 місяців тому

    Well explained and very helpful! My only suggestion is enable word wrap, that would make it easier follow. Thanks!!

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

    I like your videos. I have a suggestion for a future video. The scrollbar on the Maui editor control does not work on IOS or MacCatalyst. This is a known issue logged on Github. How about a video about how to create a custom editor control that has a working scrollbar.

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

    Thank you for this helpful information

  • @whatinthebloodyhell
    @whatinthebloodyhell 9 місяців тому

    Appreciate your work. Many thanks, buddy :)

  • @jeffm3865
    @jeffm3865 2 роки тому +1

    Very helpful!

  • @simoneye-f4j
    @simoneye-f4j Рік тому

    could we use this get a keydown event of entry?could you make a video of keydown event?

  • @burhan.atmaci
    @burhan.atmaci Рік тому

    why you define new handler in your custom controls constructor instead of mapping in MauiProgram?

  • @jean-baptistedioli1692
    @jean-baptistedioli1692 7 місяців тому

    Good video but it doesn't work at all on Maui .Net 8. Is it normal ?
    in the CircularButton in the constructor Handler = new CircularButtonHandler(); make the application crash

  • @DanielAncines
    @DanielAncines 2 роки тому

    Hey, I'm getting error on setting Handler, "The handler's MauiContext cannot be null", did you face this problem?
    Thanks.

    • @ioanniskoutsogiannakis7086
      @ioanniskoutsogiannakis7086 Рік тому +2

      Try setting the handler for your view through the handlers collection provided in the ConfigureMauiHandlers extension method of the MauiAppBuilder
      e.g. handlers.AddHandler();
      @ProgrammingWithChris I suggest this approach than to set the handler in the view's constructor.

  • @MDABUBAKARSIDDIK-sj3kw
    @MDABUBAKARSIDDIK-sj3kw Рік тому

    I want to say something about your UA-cam channel