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 MasterPage
Creating the ViewModel
Creating the XAML file
Creating the DetailPages
Implementing the Menu functionalities
Fine-tuning the UI
Summary
Powered By GitBook

Creating the MasterPage

The MasterPage, which is used to show a hamburger menu, is a ContentPage that contains a ListView. We will use data-binding to initialize the menu items.
Previous
Creating the XAML file
Next
Creating the ViewModel
Last modified 4yr ago
Copy link