MADE-Apps / MADE.NET

MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.

Home Page:https://made-apps.github.io/MADE.NET/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Create an easy to use global application navigation mechanism

jamesmcroft opened this issue · comments

Is your feature request related to a problem? Please describe.
This differs slightly to the already created NavigationFrame and Page concepts where this component will take advantage of both to allow a developer to setup a global application navigation menu.

Describe the solution you'd like
In the first instance, we should go with the basic application drawer (hamburger) model where a developer can define a list of menu items which will be displayed in a flyout style menu from the left hand side of the screen.

In UWP, this would take advantage of the new navigation control added to the Windows API set which implements fluent design.

In Android, this would be the navigation drawer.

Uncertainty around the iOS implementation as this is not something I've previously investigated but open to discussion.

Describe alternatives you've considered
Other futures for the navigation mechanism could include Tabbed navigation where the user can use a top or bottom based page navigation using tabs.