Advanced navigation in app

Hi, Im working on an app and wondering if im doing the correct thing regarding the navigation. I can’t really find any good examples with this kind of navigation.

I have a page with a menu. The menu contains other pages like Feed, Settings and Help.

I use DirectNavigation to navigate between these pages and that works fine. The page Feed lists posts and you can click on a post which is a sub page. To do this I use HierarciNavigation.

Is this the correct approuch? Or can this be done any other way?

Yes, this is the best approach given the current navigation features. :slight_smile: You can find some other examples of similar things here and here.

We’ll be introducing a simpler way of dealing with navigation and multi-screen apps quite soon, but for the time being this is the way to go.