...

/

Develop the Mock User Interface

Develop the Mock User Interface

Let's develop a mock user interface for our application.

In the last section, we reviewed how to develop the mock service with an in-memory database. Now we choose how to grow the user interface shown in Figure 10-2, which will consume this mock service. We will discuss the join related user interface method because the create, read, update and, delete methods for the Client as and Account are identical. ...