Coding Workshop 9 - Location Finder App Part 2 - Building the Application

Опубликовано: 05 Март 2023
на канале: Stewart Lynch
536
32

Coding Workshop 9 - Location Finder App Part 2 - Building the Application
An application that sends a postal or zip code to an external API for a selected country and receives a JSON response that we parse and use to present the location for the code and a map showing that location.

Video Documentation:
https://stewartlynch.github.io/SwiftU...

Concepts introduced throughout the 3 videos
Exploring an API
Modelling an API response
Loading data from the application Bundle
Creating a Service class
Async and Await - Swift concurrency
MapKit

Resources:
Note: All resources are ZIP files so make sure, if you are using Chrome to allow the downloading of Zip files. There are no issues with Safari.

Application Assets:
https://www.createchsol.com/CodingWor...
Completed code from previous Video:
https://www.createchsol.com/CodingWor...
Completed Code for Video:
https://www.createchsol.com/CodingWor...

Swift Concurrency YouTube series
   • iOS Concurrency  

JSON Decoding Playground
   • JSON Decoding Playground for Swift  

All Videos in this series
1 - Introduction
   • Coding Workshop 1 - Introduction  

2-4 How Much App
Part 1
   • Coding Workshop 2  - How Much App Par...  
Part 2
   • Coding Workshop 3  - How Much App Par...  
Part 3
   • Coding Workshop 4 -  How Much App Par...  

5-7 Bucket List App
Part 1
   • Coding Workshop 5 - Bucket List App P...  
Part 2
   • Coding Workshop 6  - Bucket List App ...  
Part 3
   • Coding Workshop 7 - Bucket List App P...  

8-10 Location Finder App
Part 1
   • Coding Workshop 8 - Location Finder A...  
Part 2
   • Coding Workshop 9 - Location Finder A...  
Part 3
   • Coding Workshop 10 - Location Finder ...