mattlogan / Pancakes

A View-based navigation stack for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to manage a dual-pane mode?

RoRoche opened this issue · comments

Is it possible to manage a master/detail application using the ViewStack class?

Where the ViewStack class would

  • route to the detail screen in single-pane mode,
  • or push the DetailView to its dedicated container next to the MasterView in dual-pane mode.

Hey there, sorry for the late reply.

I didn't consider two panes at all here, mostly because there are so many possible flows and use cases for two pane mode. Lemme know if you get something working and we can update the docs and/or add to the sample app.