Implement the Adaptive Layouts Screen Types
Using the types generated from #4 (closed), implement each screen:
-
ListOnly:AdaptiveLayoutsListScreenonly -
DetailOnly:AdaptiveLayoutsDetailScreenonly -
ListOneThirdAndDetailTwoThirds:AdaptiveLayoutsListScreen(33%) andAdaptiveLayoutsDetailScreen(rest), left to right -
ListHalfAndDetailHalf:AdaptiveLayoutsListScreen(50%) andAdaptiveLayoutsDetailScreen(rest), left to right -
ListDetailStacked:AdaptiveLayoutsListScreen(50%) andAdaptiveLayoutsDetailScreen(rest), top to bottom
DetailOnly will not be testable since there is no shared data stream to communicate when a number has been selected. That will be implemented in #6 (closed).