Develop the Mock User Interface
Let's develop a mock user interface for our application.
In the previous section, we learned how to create the mock service with an in-memory database. Now we will learn how to form the user interface, shown in Figure 13-2, which will consume this mock service. We will only discuss the join related user interface fragment because the create
, read
, update
, and delete
methods for the Worker
are identical. ...