Top "Master-detail" questions

A master–detail interface displays a master list and the details for the currently selected item.

Android: master/detail flow (dual-pane) using 1 activity

As reported by the Android guide, dual-pane can be achieved in two ways: Multiple fragments, one activity Multiple fragments, multiple …

android android-fragments tablet master-detail fragmentmanager