Skip to content

Create the Screens and Previews

This app will have four screens:

  • Home screen with two buttons linking (2) and (3)
  • Screen showing the readout of metadata from the device screen
  • Screen with a list
  • Detail screen navigated to from the list

This story should create those screens as placeholders. You should have:

  • Two buttons on the home screen for navigating to (2) and (3)
  • Metadata readout screen should have 3 text views: [a] big text view for a toString() representation of the data, [b] another for showing the location of the foldable hinge, [3] another for showing the width/height of the hinge
  • List screen with a list of numbers from 1 - 50
  • Detail screen which shows empty content when there isn't a selected list item (foldable + tablet only) and a text view for whenever an item is selected to show the selected number from the list
Edited by Oliver Spryn