In the last few chapters, we have been building our main application dashboard and login page. We are now ready to start architecting our application to support scalable design patterns that separate the user interface code from business rules and code that communicates with the Microsoft Graph for OneDrive APIs.
The most common application architecture for Uno Platform is Model-View-ViewModel or MVVM, which is used in various application platforms such as WPF, UWP, Xamarin.Forms, and ...