Master / Detail Flow is just an alias for 2 fragments used in the same kind of content, one on the left and one on the right. This is a general idea. Now the Master / Detail stream can be used inside the Activity (for example, Eclipse for the template you described) or inside a fragment, fortunately, since Android 4.2 introduced fragments inside other fragments (this is also supported by the Android compatibility library for an older version of Android).
, Eclipse, Activity ( ) ( ), Eclipse , / . , Eclipse. 2 .
ViewPager , Master/Detail, MasterFragment.
- 2 : InnerListFragment, InnerDetailFragment. InnerDetailActivity .
2 XML MasterFragment:
- layout/fragment_master.xml - InnerListFragment
<fragment> - layout-sw600dp/fragment_master.xml( > 7 ") - InnerListFragment InnerDetailFragment
<fragment>.
Java, MasterFragment.java , , , 2 .
. , .