Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Introduction

In the previous lesson, you unpacked the differences between apps that use static data and apps that use dynamic data. You also learned about JSON and its role in serving the data your application needs to function. In the case of your SwiftWeather app, you’ll need to use the OpenWeatherMap API to fetch the weather data and display it in your app. In this lesson, you’ll cover the following topics:

See forum comments
Download course materials from Github
Previous: Quiz: JSON & REST API Basics Next: Instruction