# Summary

In this article, I have shown you how to create a basic hamburger menu layout for iOS, Android and UWP by Xamarin.Forms and MvvmCross Framework. I am not a professional designer so you might need to fine-tune the styles for your own applications. I hope you can follow these steps to create a hamburger menu layout with a clean, graceful MVVM architecture. Also, I would like you could get data-binding fundamentals from my demo. Bear in mind that there might be more than one approach to achieve the same goal, and my implementation is not the best one. Actually, I think it would be better to add a icon for each item! if you find a better solution, please leave comments and discuss it below.

You can find the repo on my GitHub: [MvxFormsMasterDetailDemo](https://github.com/yanxiaodi/MvvmCrossDemo/tree/master/MvxFormsMasterDetailDemo). Happy coding!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yanxiaodi.gitbook.io/xamarin-mvvmcross-handbook/implementing-masterdetail-layout-in-xamarin.forms-by-mvvmcross/summary1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
