Skip to content Skip to sidebar Skip to footer
Showing posts with the label Master Detail

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 a… Read more Android: Master/detail Flow (dual-pane) Using 1 Activity

Where To Handle Cab Actions Of A List Item That Are Common With Detail?

lets say I have master/detail pattern using fragments, so as usual, the detail fragment would be in… Read more Where To Handle Cab Actions Of A List Item That Are Common With Detail?