I'm looking for some advice on how to structure a nav graph. This isn't a reddit app but reddit is the clearest example I can think of.
Given a reddit app that supports multiple screen configs (single page for phone, list-detail for bigger, etc). How would you go about structuring the nav? On a phone it's obvious. Each click new page. Eg;
Subreddit -(Click post)-> Post -(Click subreddit linked in post)-> New subreddit -(Click post)-> New Post
But how do you go about organizing that on a list detail kind of view? thats slightly more complex since your displaying two parts of the above graph at the same time. I'm struggling to find a good example in a nicely designed app that I can think of off hand to give myself some ideas