Xamarin & MvvmCross Handbook
Xamarin & MvvmCross Handbook
GitHub repo for the demo
GitHub repo for this book
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 DetailPages
Implementing the Menu functionalities
Displaying the MasterPage and the DetailPage
Setting the menu navigation
The other approaches to set the data-binding
Fine-tuning the UI
Summary
Powered by GitBook

Implementing the Menu functionalities

Now we have all the pages that we need to show: The root page called MasterDetailPage, the MasterPage called MenuPage, and two DetailPages called ContactsPage and TodoPage. Next, we need to make the menu work properly.

Previous
Creating the XAML files
Next
Displaying the MasterPage and the DetailPage
Last updated 2 years ago