Create the Screens and Previews
This app will have four screens:
- [x] Home screen with two buttons linking (2) and (3)
- [x] Screen showing the readout of metadata from the device screen
- [x] Screen with a list
- [x] Detail screen navigated to from the list
This story should create those screens as placeholders. You should have:
- [x] Two buttons on the home screen for navigating to (2) and (3)
- [x] 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
- [x] List screen with a list of numbers from 1 - 50
- [x] 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
issue