I have a screen with search options. Clicking an option has the effect of showing a dialog or redirecting to another screen, which is why I can't use the "Settings" application approach: showing the next screen on the right-side.
On a tablet, my screen looks like this:
Which is not very neat. I think we've all read the wooonderful design guidelines for Android, offering solutions only for the simplest problems, such as turning:
into:
I have found no guidelines for multi-pane layouts other than "add a list view and a details view in the same screen, yo". Should I split up my ListView into smaller ListViews (each section in a ListView)? are there other applications that do this?