Hello
Can someone please provide me with a full working example of a hamburger menu using .NET standard and MVVM pattern?
When creating a new Xamarin project in Visual Studio 2017 (15.6.2) there is the option to use a Master Detail template, however it unfortunately uses a tabbed page layout instead of a hamburger menu.
There is a Microsoft site that explains how to use a Master-Detail page "MasterDetailPageNavigation", unfortunately it is a PCL project, which is now deprecated/obsoleted. In addition the project's structure seems quite odd.
The Microsoft article explaining Master-Detail pages:
docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/navigation/master-detail-page
The download link of the project:
developer.xamarin.com/samples/xamarin-forms/Navigation/MasterDetailPage
(sorry, I am not yet allowed to post links...)
The ideal solution would look like a merge between the Visual Studio "Master Detail" template and the "MasterDetailPageNavigation" solution.
This new solution would use .NET standard, MVVM pattern and of course a hamburger menu.
On a side note:
Does anyone know why the Master Detail template in Visual Studio uses a tabbed page instead of a hamburger menu?
There seem to be a lot of apps using a hamburger menu but the ones with a tabbed view are not that common, thus it seems quite odd to chose a tabbed page intead of a hamburger menu...
Any help is much appreciated.
Kind regads