Building an Enterprise Mobile Application with Xamarin.Forms 4
Xamarin.Forms is Microsoft's recommended way of building mobile, cross-platform applications. This course will teach you how to build mobile applications for the enterprise with the MVVM pattern, dependency injection, commanding, testing, and more.
What you'll learn
Xamarin.Forms is the preferred way for Microsoft developers to build applications that run on Android, iOS, and Windows. To use Xamarin.Forms for real applications that meet today’s requirements for flexibility and testability, you need to structure code according to industry-standard architecture guidelines. In this course, Building an Enterprise Mobile Application with Xamarin.Forms, you will learn how a real-life application is built with Xamarin.Forms. First, you will see a proposed architecture that promotes code-reuse as well as testability and maintainability. Next, you will learn how MVVM can be used in Xamarin.Forms. Then, you will create loose-coupling through messaging patterns and dependency injection, which are integrated in the proposed architecture. By the end of this course, you will have a good understanding of a real-life application architecture for Xamarin.Forms applications.
Table of contents
- Module Introduction 1m
- Exploring the Overall Application Architecture 5m
- Demo: High-level Overview of the Application Architecture 3m
- Accessing Data in the Application 5m
- Demo: Exploring the Repository Code 3m
- Data Services 1m
- Demo: Exploring the Data Services 2m
- Optimizing How We Work with Data: Retry 3m
- Demo: Adding Support for Retry Using Polly 3m
- Caching Data 4m
- Demo: Adding Support for Data Caching 4m
- Summary 1m
- Module Introduction 2m
- A Brief Overview of Data Binding 7m
- Demo: Looking at Data Binding 8m
- An Overview of the MVVM Pattern 6m
- Demo: The MVVM Patterns in the Application 6m
- Commanding 2m
- Demo: Commanding 3m
- Behaviors 2m
- Demo: Behaviors 3m
- Linking the View and the View Model 0m
- Demo: Linking the View and the View Model 4m
- Summary 1m