DEV Community

Matthew Soucoup for .NET

Posted on

Xamarin 101: Part 5 - Xamarin.Forms MVVM with XAML

Xamarin 101: Part 5 - Xamarin.Forms MVVM with XAML

Model-View-ViewModel (or MVVM) is the heart and soul of Xamarin.Forms. It allows you to add a ton of application logic to your app, but without dirtying up your views with that code. Separation of concerns FTW!

And XAML is tailor made to implement MVVM - with specific attributes allowing for binding of properties and commanding.

What does that all mean? Check out this short video to find out more!

Learn More!

Happy mobile coding! And as always, if you have any questions - please ping me on Twitter at @codemillmatt.

Top comments (0)