Xamarin.Forms MVVM Made Easy with FreshMvvm Framework

preview_player
Показать описание
Xamarin.Forms already has all the bits necessary to implement the MVVM pattern successfully. However, you can make your life easier by using a MVVM framework. In this video we will see FreshMvvm, the MVVM framework that I love using in my Xamarin.Forms apps!

💝 Join this channel to get access to perks:

🔗 Links

⏱ Timestamps
00:00 - Intro
00:15 - About MVVM Frameworks
01:30 - About FreshMvvm
03:12 - FreshMVvm Overview
06:12 - FreshMvvm Features
10:15 - Hands-on FreshMvvm
12:33 - Implement MVVM without a framework
15:07 - Implement MVVM with FreshMvvm
19:22 - Outro

🙋‍♂️ Also find my...

#XamarinForms #FreshMvvm #MVVM #MVVMFramework #PageModel #ViewModel #Page #View
Рекомендации по теме
Комментарии
Автор

Thanks a lot Gerald! It would be great to see a videos about MVVM architecture without using any frameworks. Using the frameworks makes our life easier but it is very interesting to understand how it works in compliance with the basic principles of object-oriented programming and be able to write low coupled and maintanable code.

MaksimRemin
Автор

Thank you so much for starting this series!
I learned about FreshMvvm some years ago, inspired by YOUR BOOK! :-)
I'm still wondering sometimes if I use it the intended way...

Things I would love to know how to do it right:
- async loading of data when bringing up a new page
- navigating with multiple navigation stacks

I'm absolutely looking forward for your next episodes!

kronenchris
Автор

Looking forward to learning more about it.
I've always just used the built in MVVM conventions. Though I'm willing to be convinced to use something else.

RaabStephan
Автор

Thank you so much.
Is it possible to authorization and authentication with Role based authorization using api

muthukumarkamatchi
Автор

Hi. I'm getting error
"Unable to build chain to self signed root for signed iphone distribution"
In visual studio when trying to generate ipa file. Can you please help.

jram
Автор

Yes .. please go for more stuff on FMVVM

zeeshanbadshah
Автор

I am having trouble with fresh MVVM when i try to use the commands on my view model inside a list view and I don't know how to access commands due to the scope of the binding. Please help.

marvinxulu
Автор

What happens when you want A viewModel displayed by two different viewTypes?

mwardell
Автор

Great work Gerald! Could you please make a video on how to share the image from photos (iPhone) through our Xamarinforms app (just like whatsapp does) may be using ShareExtension for iOS or any other method that is more easier and helpful ...

shakaibakhtar
Автор

Great vídeo! Will the intellisence in the XAML automatically detect the properties on the view model or the auto binding will only work on runtime?

CezarWagenheimer
Автор

Great video Gerald as always, can we please see add remove and delete in an app.

andrewvasiliou
Автор

Hi Gerald, does it support Compiled and Relative Bindings etc? Best regards, Robert

robertkomarek
Автор

You should discuss one that doesn't break the actual MVVM Pattern

DanSiegel
Автор

Was hoping the Label was changed to Entry to show that property was bound to entry.

davidmorrow
Автор

We really need to do something together, what you think about the real time chat with Xamarin Form and SignalR ??

checox
Автор

Do you have full course for Xamarin on Udemy ?

adelmourad
Автор

Will it cause some performance issues? Thanks

choywinglun