Learn how to use the popular MVVM Light development framework with a focus on reliable, maintainable code that can be deployed across any of the .NET-supported mobile platforms. Clear examples are provided of the advantages of the MVVM platform along with step-by-step demonstrations of how to create applications at different levels of complexity. Application development is covered for iOS, Android, and Windows phone (UWP) using MVVM Light as the central framework.
The model-view-view-model (MVVM) pattern is valued by many developers as an excellent way to create sophisticated modern applications. Its clear separation of presentation and business logic produces a clean implementation that promotes speed, scalability, and code reuse in applications with a complex UI. These characteristics have long been highly valued by WPF developers, and now that benefit is available to Xamarin developers, too.
Chapter 1: Installing MVVM Light
Chapter 2: Your First MVV MLight Mobile App
Chapter 3: Inversion of Control (IoC) & Messaging
Chapter 4: Adding Functionality
Chapter 5: Converting Your Existing Apps
Chapter 6: The Outside World
Chapter 7: Unit Testing
Chapter 8: Using Xamarin Forms
Chapter 9: Rounding Things Off