X
X
Xamarin & MvvmCross Handbook
GitHub repo for the demoGitHub repo for this book
Search…
⌃K
Links
Introduction
Using MvvmCross to create your first Xamarin App
Creating the Core project
Creating the Android project
Creating the iOS project
Creating the UWP project
Creating the REST API Service
Navigation
Creating the Xamarin.Forms project
Summary
Implementing MasterDetail layout in Xamarin.Forms by MvvmCross
Introduction
Creating the project by MvxScaffolding
Creating the MasterDetailPage
Creating the ViewModel
Creating the XAML file
Creating the MasterPage
Creating the DetailPages
Implementing the Menu functionalities
Fine-tuning the UI
Summary
Powered By GitBook

Creating the MasterDetailPage

The MasterDetailPage is the root page of the application. Actually, it is an instance of MasterDetailPage class. It should not be used as a child page to ensure a consistent user experience in different platforms.
Implementing MasterDetail layout in Xamarin.Forms by MvvmCross - Previous
Creating the project by MvxScaffolding
Next
Creating the ViewModel
Last modified 4yr ago
Copy link