- 1.
Sketch and implement a preliminary overall layout
- 2.
Design the data model for the first dialog
- 3.
Implement the first dialog
- 4.
Add persistence
Page Layout
For the first step, we have to answer an essential question: which devices will future users of the application use? Preferably a desktop or laptop computer? Or mostly a mobile device? Or any of those?
The screen layout for a small screen usually must differ from the layout for a large screen. For Books, we’ll assume the user wants to access the application from a ...