
Welcome and thank you for taking this course. My name is Bryan Okafor. I am a Software Engineer that travels all around the world deploying software for my company. But in this course I am going to teach you how to build a Live Weather Application. Be ready to learn some new tricks and polish your skills.
In this course we will be going over the basics for creating variable contents.
In this lecture you will know the basics of commenting out code.
In this video I am going to show you examples of strings.
In this lecture we are going to be learning how to use arrays.
In this video we will start the build of our Weather Application. By the end of this video we will learn how to create an application from scratch.
In this video we will add an alert controller to our weather application. This alert controller is how we will call on our city to get the weather information.
In continuation of building our alert controller, we will now create an alert text for the controller.
This video talks about using the Delegate pattern to allow communication between classes.
This video covers the creation of a Struct used to hold weather data.
In this video I'll talk about working with the OpenWeatherMap.org API. We will be using the JSON API.
Here we need to set some obscure options to make our app compatible with OpenWeatherMap. This involves editing our info.plist in our project.
Here we will add the SwiftyJSON library and use it to parse JSON data loaded from OpenWeatherMap.org.
In this video were going to be using NSURL with NSURLSession to load JSON from OpenWeatherMap.org.
in this lecture we will look at the URL and escaping strings to be used in the URL query string. To make this work we will use a function with a name that is as long as your arm, though very descriptive: stringByAddingPercentEncodingWithAllowedCharacters
In this lecture we will set the title of a UIButton to the name of the city.
In this lecture you will know how to design weather application icons using Sketch.
This is a continuation video of designing weather application icons.
This is a continuation video of designing weather application icons.
In this lecture you will add the weather application icons to your application.
In this lecture we will start designing our application. We will also add in extra weather data information like temperature min and max.
This is a continuation video of the last designing your application video.
In this lecture we will create a error message for our application incase there is an internet error while using our app.
Live Weather Application!
If you are a beginner in application development, or expert developer looking for some new tricks, you've come to the right place. In this course you will not only learn the basics in building a application from scratch you will also learn how to pull LIVE information from the internet and into your application. Here's what we'll cover:
What are the requirements?
What is the target audience?