...

/

Defining Domain Objects

Defining Domain Objects

We'll cover the following...

Fetching and storing data

Our app will make requests to the FAA web service to fetch the airport data. For this, we’ll need a variation of the Airport class we created in Chapter 19, Unit Testing with Kotlin. In Android Studio, in the Project pane, right click the package name ...