BindableLayout: Repeater Control for all! With Xamarin.Forms and .NET MAUI

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

КОМЕНТАРІ • 30

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

    Our app uses lots of BindableLayouts with complex objects in DataTemplate, your video really helped me to understand it. Thanks!

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

      That is so great to hear! Thank you for taking the time to let me know!

  • @isax55
    @isax55 3 роки тому +1

    Stack layout is super powerful!!

  • @KittFanNr1
    @KittFanNr1 3 роки тому +1

    This may be something for my smart home app plans, thank you. Great video, like always 👌 - Greetings from Germany

    • @jfversluis
      @jfversluis  3 роки тому

      Let me know if you have anything to share about that! Sounds cool!

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

    Please make more videos about the combination of blazor and Maui , creating hybrid apps and using censors 😊

    • @jfversluis
      @jfversluis  3 роки тому +1

      Didn’t you already ask that? 😉 it’s on the list

    • @parsalotfy
      @parsalotfy 3 роки тому +1

      @@jfversluis The .net community appreciate your efforts ❤️❤️❤️

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

    Controls (like Labels etc.) in BindableLayout not working with ViewModel, works with CodeBehind though. Has anyone else experienced the same?

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

    Another super video! Thank you Gerald! A doubt, would it be possible to make a video on how
    In a listview to bind in a class that has a property of type List?

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

      Thanks so much! And thank you for being a member!
      This video shows you how to work with a list property: ua-cam.com/video/NMc6PdBusfQ/v-deo.html

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

    how to show more than one item per row? but still have a new row every nth item?

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

      You'd probably want to look at a DataTemplateSelector for that ua-cam.com/video/UMPVXd57h_Q/v-deo.html

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

    Hey Gerald, I have some buttons inside my bindable layout. Command doesn't execute in this scenario. Any ideas how to resolve this?

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

      I am using a flexlayout with bindablelayout.itemtemplate that has some buttons. I binded a command to each button, but it does not trigger the command

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

      Maybe it isn't looking at the right BindingContext? Have a look at this video: ua-cam.com/video/Or_qn8i8jVM/v-deo.html

  • @Mohned23fx
    @Mohned23fx 3 роки тому

    Hi Gerald ,i wanna be mopaile devolpment can you tell me the good road map for this job
    and thank you bro

  • @cjmates578
    @cjmates578 3 роки тому

    Another great video. Thank you so much Gerald. 🙏

    • @jfversluis
      @jfversluis  3 роки тому +1

      Yay thanks! Appreciate it!

  • @MichaelOstermann
    @MichaelOstermann 3 роки тому

    How would the binding look like if I bind to a person object with a Name property?

    • @jfversluis
      @jfversluis  3 роки тому

      Inside the DataTemplate you mean? Then the binding of the Label would be Name, assuming that the ItemsSource of the BindableLayout is a collection of Person.

    • @MichaelOstermann
      @MichaelOstermann 3 роки тому

      @@jfversluis yes inside the template. So instead of the . You used would use Name?

    • @jfversluis
      @jfversluis  3 роки тому +1

      Yes. The . Is a notation that is the same as “this”. Since in my example the object in the collection is a string, it will print out the string (or call the ToString on a object rather). If there is a complex object in your collection you think of that as the root and base your bindings in that. In your example . Would become Name.
      Be sure to also watch the data binding scope video. That should make it clear

  • @aymenmoue7301
    @aymenmoue7301 3 роки тому +1

    Gerald can i find job as a frontend web or backend is more easy to find a job in america?
    And what about game development bro ? ❤️

    • @jfversluis
      @jfversluis  3 роки тому

      Not sure if it’s easier, but it is absolutely possible! Especially now with all the remote working, there are more and more openings for remote positions and maybe relocation if you want to :)

  • @michelchaghoury870
    @michelchaghoury870 3 роки тому

    gr8 vid like always please keep going

  • @wolfgangschneider3743
    @wolfgangschneider3743 3 роки тому

    Your Videos are of great value, thanks for that! But please, please, please: cut down the "there we go" fillers... They're all over the place, literally twice a second at times. We're no little kids who need constant comforting...

    • @jfversluis
      @jfversluis  3 роки тому

      Appreciate the feedback, not the tone :)