MVVM in Xamarin.Forms

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

КОМЕНТАРІ •

  • @AliJPC
    @AliJPC 4 роки тому

    This has to be one of the best videos teaching about MVVM. You got a new subscriber ;)

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

    Best explanation I've seen so far. Thanks!

  • @pavanbhupatiraju6653
    @pavanbhupatiraju6653 6 років тому +6

    Great Explanation. The best example I've found so far to understand and implement MVVM in Xamarin forms. Thanks!!

    • @GradientGroup
      @GradientGroup  6 років тому

      Thank you so much Pavan!

    • @boongpatcharin4897
      @boongpatcharin4897 6 років тому

      I am agree this video very clearly.

    • @pablogonzalezrobles4429
      @pablogonzalezrobles4429 5 років тому

      +1 agree. I found several examples about mvvm and they become messy in the middle cuz they add extra stuff but this video is clear and minimalist till the end

    • @Heersbeer
      @Heersbeer 5 років тому

      I agree, I've been watching a lot of videos about it, this one made me understand MVVM!

  • @georgeharnwell
    @georgeharnwell 6 років тому

    You've no idea how many videos I've been through trying to try and understand MVVM in Xamarin... you made it very straight forward. Thank you.

  • @Bofranx
    @Bofranx 5 років тому

    This is the best, simple explanation of MVVM I've seen yet, thank you!

  • @imeazpasing4152
    @imeazpasing4152 5 років тому

    Finally, I can understand what it is. Thank you very much, Sir.

  • @peacelover5840
    @peacelover5840 6 років тому +1

    Wow this is just fantastic , You have excellent skill my brother pls post more videos. Thanks!

  • @Soda-js2vx
    @Soda-js2vx 4 роки тому

    Thank you Carlos

  • @heroesch
    @heroesch 5 років тому

    Thanks Carlos Lara for the clean explanation 👍🏻

  • @wymowaiyan6505
    @wymowaiyan6505 4 роки тому

    hi, please post more! Thank You!

  • @puipu66
    @puipu66 6 років тому +2

    Wonderful explanation, thanks!

  • @Popc1007
    @Popc1007 5 років тому

    Great Way Of Explaining things Thank You...

  • @nguyenkhoi7058
    @nguyenkhoi7058 5 років тому

    OMG ! thank you very much, i'm a fresher, my brain was so confused until i found this videos

  • @billywatsikenyere6656
    @billywatsikenyere6656 5 років тому

    simple and easy to follow , thanks

  • @willemm713
    @willemm713 5 років тому

    Thanks, helpful and simple explanation!

  • @d41d8cd
    @d41d8cd 5 років тому +1

    Hello Carlos, nice tutorial but one thing isn't covered: where should we handle events (like click on button, a new date is selected in a datepicker, ...), in the View or ViewModel? 😊

  • @MSKassiste
    @MSKassiste 5 років тому

    It's amazing!! Thank you very much!!

  • @mrpowershell6900
    @mrpowershell6900 6 років тому

    Good job in explaining how MVVM and DataBindings works in Xamarin. You need more views my friend. By views I mean UA-cam views, not the views in Xamarin.

    • @GradientGroup
      @GradientGroup  6 років тому

      Thanks M van Etten! Haha I love the last sentence, made me laugh :)

  • @boongpatcharin4897
    @boongpatcharin4897 6 років тому

    Thank you so much for made this video. In Thailand implement use the MVVM also,But I never get it all until you show me.

  • @any_moment
    @any_moment 5 років тому +1

    I like that he takes ViewModelBase class to be parent class.

  • @DeadlySilent1
    @DeadlySilent1 6 років тому

    I'm hoping this observation is correct, correct me if I am wrong; I was using the Xamarin Forms sample downloaded from Azure App Services and noticed there was no INotifyPropertyChange inheritance, it seems they are using ObservableCollection which does the same property change notification.
    I was following your video to match up how the sample worked and it took me ages to figure out why it was missing. Thought I would put this here in case someone else was doing the same thing as me.
    Thanks for the video, it helped me a lot.

  • @batozhabbudaev7423
    @batozhabbudaev7423 4 роки тому

    thank you

  • @claudineievangelistanascim2562
    @claudineievangelistanascim2562 6 років тому

    Congratulations for help me! But, I would like to know how to became dynamic code properties using foreach (for example) ? Please. Tks

  • @Namco78
    @Namco78 6 років тому

    Hey, could you do a video about navigation in MVVM?

  • @Franjrc1
    @Franjrc1 4 роки тому

    muy, le felicito, ahora tengo que buscar como implementar command. Gracias

  • @hamadali9682
    @hamadali9682 5 років тому

    Hi thanks for video tutorials. I implement MVVM But List view Row duplication occur . Can you explain how to fix listview Item duplication. Just like we use ViewHolder in Android Native. Is there any solution here in Xamarin

  • @dannycool1000
    @dannycool1000 6 років тому

    Great tutorial! Loved the CustomerList with Elon Musk at the top

  • @manonitam6101
    @manonitam6101 5 років тому

    How did first name & last name have space in between them on UI? Could anyone explain please ?

  • @kafkawannafly759
    @kafkawannafly759 4 роки тому

    You declared first/last name Label once but why did it appear to be five?

  • @yogeshvashist3980
    @yogeshvashist3980 6 років тому

    nice and easy tutorial to understand MVVM, please add MVVM tutorial with complete one page application functionality with WCF/WebAPI services.

  • @balajiv4843
    @balajiv4843 6 років тому

    What if the services is async

  • @pymobileindo
    @pymobileindo 6 років тому

    nice tutorial

  •  6 років тому

    Share the code on github would be nice too. Great video, buddy.

  • @xXMADEX
    @xXMADEX 6 років тому

    Very good tutorial! Just talk a little bit slower. Thank you.

  • @frankhaugen
    @frankhaugen 6 років тому

    Best practice is usually to use strongly typed variables, and avoid "var". Though modern hardware don't suffer noticeably, "var" is a bad habit, and it can lead to other developers struggling to get a quick overview of your code

    • @Rizzan8
      @Rizzan8 4 роки тому +1

      No its not. There is no point in strong typing. If you are using Visual Studio you can just hoover over the variable name to see what's the type it is. Or just give it a proper name.
      "Though modern hardware don't suffer noticeably" this shows that you don't know what you are talking about as "var" is resolved at compile time.