Swift Weather (Meteorology) Application with REST API
Swift Weather (Meteorology) Application with REST API, available at $74.99, has an average rating of 4.5, with 75 lectures, based on 75 reviews, and has 8172 subscribers.
You will learn about Work with REST API Build application for iPhone Design iOS Apps Parse JSON files Parse CSV files Write clean code This course is ideal for individuals who are If you are beginner iOS developer and want to learn more advanced app development, then you have come to the right place. or You need to have experience with xCode and Swift. It is particularly useful for If you are beginner iOS developer and want to learn more advanced app development, then you have come to the right place. or You need to have experience with xCode and Swift.
Enroll now: Swift Weather (Meteorology) Application with REST API
Summary
Title: Swift Weather (Meteorology) Application with REST API
Price: $74.99
Average Rating: 4.5
Number of Lectures: 75
Number of Published Lectures: 74
Number of Curriculum Items: 75
Number of Published Curriculum Objects: 74
Original Price: €219.99
Quality Status: approved
Status: Live
What You Will Learn
- Work with REST API
- Build application for iPhone
- Design iOS Apps
- Parse JSON files
- Parse CSV files
- Write clean code
Who Should Attend
- If you are beginner iOS developer and want to learn more advanced app development, then you have come to the right place.
- You need to have experience with xCode and Swift.
Target Audiences
- If you are beginner iOS developer and want to learn more advanced app development, then you have come to the right place.
- You need to have experience with xCode and Swift.
In iOS 12 Weather App we are going to build real world iOS application. And when I say real world, I mean you can use this App every day!
Unlike any other courses found on Udemy, I always teach full real world apps, when we finish with the course, you are going to have an app ready to post to AppStore
What our app will include:
-
Current weather for your current location
-
24 hour Weather forecast for your current location
-
Weekly (7 days) weather forecast for your current location
-
Current weather for Any City of your choice
-
24 hour Weather Any City of your choice
-
Weekly (7 days) weather forecast Any City of your choice
-
How to use REST API
-
HTTPS calls
-
How to write clean readable code
-
Create custom views using storyboard and XIB files
-
Working with TableViews
-
Working with CollectionViews
-
Gesture recognisers
-
GPS Location with MapKit
-
Working with JSON
-
Using SwiftyJSON
-
And many more…
This iOS12 Weather App is NOT beginner level course. You need to know your way around the xCode, be familiar with it, you have to have basic knowledge in Swift and application building. We are going to start from scratch and build the application together. All assets will be provided by me. I will type and explain every line of code. the course is around 20 hours long. And by the time we finish, you will learn a lot of new things even if you are experienced iOS developer.
The curse will teach you how to write clean code, structure your app development, so even if you get back to your code in few years, you can read and understand it clearly.
We are also proud to say that we have one of the best Support available on Udemy! Our Q/A Section is constantly monitored and all questions are answered within few hours, Sometimes we even chat with students in real time to help them with the issues they may face during the study.
Don’t waste your time on low quality courses where you don’t even get support of the instructor
Your time is precious. We offer the best video courses with carefully crafted content, we are learning by coding!
Don’t just take our word for it, check out our other courses and what other students have to say about our courses!
“This course is so far the best course I took in UDEMY. I really learned something. Totally worth the time. Won’t regret it. The instructor was responsive too and the course is new and knowledgeable.” J Nima
“A excellent Tutorial by david. Very good explanation” Tapan Kumar Raut
“There is nothing on Udemy like David’s courses! I cannot recommend his courses enough. Best teacher out there, very responsive as well.” Kris
“I really do love the approach, the structure of the course gives you the ability to move forward smoothly, and efficiently gain as much knowledge as possible, the instructor really goes in-depth, it’s incredibly comprehensive, not to forget that this is a real world project, and the advanced concepts gained here make me all confident that i’ll be able to build my own apps in a very effective way. the course is well taught, and it really deserves the 5 stars, the instructor as well, he explains things in a very clear, clean way. Definitely enjoying the Course. and definitely Thumbs Up.” Yen Loo
“This is one of the most complete and comprehensive iOS projects on Udemy! Everything works! No broken code! You learn Firebase, Onesignal and Backendless in one project. The instructor is always accessible, he goes for quality not quantity. I still have a way to go, but so far it has kept me completely engaged and focused! I wish there were more courses like this! I will definitely purchase another from David.” antr8tr
We are so confident that you’ll love this course that we’re offering a FULL money back guarantee for 30 days, No Questions Asked! So it’s a complete no-brainer, sign up today with ZERO risk and EVERYTHING to gain.
So what are you waiting for? Click the Buy Now button and join the best iOS 12 Weather Appdevelopment course and lets get started.
Course Curriculum
Chapter 1: Introduction to WeatherBit
Lecture 1: Introduction
Lecture 2: Installing 3rd party Libraries
Lecture 3: WeatherBitIo Details
Lecture 4: Getting current weather in browser
Lecture 5: Assets download
Chapter 2: Working with Models
Lecture 1: Building Current weather model
Lecture 2: Current weather private and public vars
Lecture 3: Setting the Vars from JSON
Lecture 4: Finishing current weather class
Lecture 5: Hourly Forecast Class part 1
Lecture 6: Hourly Forecast Class part 2
Lecture 7: Hourly Forecast Class part 3
Lecture 8: Testing hourly weather forecast
Lecture 9: Weekly Weather Forecast class
Chapter 3: Custom Weather View
Lecture 1: WeatherView User Interface
Lecture 2: Wether view UI connections
Lecture 3: Weather View UI part 1
Lecture 4: Weather View UI part 2
Lecture 5: Weather View Connections
Lecture 6: Initialising Weather View in code
Lecture 7: Testing Weather View
Lecture 8: Showing current weather
Lecture 9: Current weather test run
Chapter 4: Weather UI
Lecture 1: Hourly Weather cell UI and code
Lecture 2: Generate cell for Hourly weather
Lecture 3: Info Collection View Cell
Lecture 4: Weather Table View Cell
Lecture 5: Register cells with tableview and collectionView
Lecture 6: TableView and collection view data sources
Chapter 5: Getting Weather from API
Lecture 1: Getting Weather from API
Lecture 2: Calling functions to download weather
Lecture 3: Fixing UI background colors
Lecture 4: Fixing scroll view bug
Lecture 5: Setup Weather Info
Lecture 6: Adding weatherInfo items
Chapter 6: Updating model
Lecture 1: Making model dynamic
Lecture 2: Making model dynamic part 2
Lecture 3: Test dynamic weatherLocation
Chapter 7: Working with locations
Lecture 1: All Locations UI
Lecture 2: Parsing CSV part 1
Lecture 3: Parsing CSV part 2
Lecture 4: Choose City table view functions
Lecture 5: Search controller setup
Lecture 6: Searching with search controller
Lecture 7: Save and load from user defaults
Lecture 8: Encoding and decoding Weather Locations
Lecture 9: Dismissing view on selection
Lecture 10: Choose City VC Delegate
Lecture 11: Loading locations from User defaults
Lecture 12: MainWeather Custom Cell
Lecture 13: City temp data struct
Lecture 14: Tableview Data source and delegate
Lecture 15: Delete Location from User defaults
Lecture 16: Weather View Controller location manager
Lecture 17: Requesting Authorization to use location
Lecture 18: Location Service class
Lecture 19: Getting locations from User defaults
Chapter 8: Updating WeatherView Controller
Lecture 1: Create and add weatherViews to scrollView
Lecture 2: Testing the application with multiple weather locations
Lecture 3: Page Control part 1
Lecture 4: Page Control part 2
Lecture 5: Generating cityTempData for each location
Lecture 6: Passing CityTempData to all locations VC
Lecture 7: Bug fixing with city name
Lecture 8: AllLocations delegate
Lecture 9: Bug fixing
Lecture 10: Test run to see if refresh works
Chapter 9: Temperature format options
Lecture 1: Adding Temp format segment
Lecture 2: Saving and loading temp format from user defaults
Lecture 3: Test run to check temp segment
Lecture 4: Setting temp format based on settings
Lecture 5: Test Run dynamic format check
Lecture 6: Fixing dynamic temp format bug
Lecture 7: Final test run
Instructors
-
David Kababyan
Multimedia Developer
Rating Distribution
- 1 stars: 3 votes
- 2 stars: 1 votes
- 3 stars: 5 votes
- 4 stars: 19 votes
- 5 stars: 47 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024