MVVM Design Pattern Using Swift in iOS
- Descrição
- Currículo
- FAQ
- Revisões
Are you interested in learning how to write iOS apps using MVVM design pattern?
MVVM design pattern allows you to develop applications that are easily maintainable and testable, and now you can learn it from the comfort of your home.. in your own time.. without having to attend class.
My name is Mohammad Azam and I am the creator of many popular online courses including Mastering MapKit in iOS Using Swift and Creating Stickers and iMessages Applications in iOS 10 Using Swift 3, Mastering Micro Services Using JPA, Mastering Server Side Swift Using Vapor, Mastering ARKit for iOS, Mastering Core ML for iOS and more.
I have created over 2 dozens apps and some of my apps were even featured by Apple on the App Store. I have worked with fortune 500 companies as a lead iOS developer and helped them grow their business ten folds.
What’s stopping you from signing up to today?
-
You don’t have enough time: Not a problem at all. We have designed the course so you can learn everything you need to know in less than 4 hours. In fact if you think that the course fell short on delivering topics then we will give you your MONEY BACK.
Here are some of the reviews from our previous courses:
“His course is AWESOME very detail instructions.”
“Mohammad Azam has an excellent teaching style which makes it easy & fun to comprehend these Swift features in such a short course & he explains the concepts in more detail & clarity than most instructors. Plus, his videos are well prepared & he’s very articulate. I hope he will create more courses.”
“Excellent teaching. Just perfect!!!”
Buy this course today and this is what you’ll get.
I will show you how to use MVVM design pattern to build your iOS applications. I will start from the very beginning covering the basics of MVVM design pattern and then dive into advanced concepts like live binding. I will also demonstrate how to implement a web services layer and create a complete app from scratch using MVVM design pattern.
The course is accompanied with all the code sample files.
You will also receive a UNLIMITED support on Udemy forums. I am very active on forums and make sure that every questions is answered.
Can you believe you get all this (and more) for just $195?
“Awesome class for really learning how to setup and implement MapKit in your iOS apps using swift. Def. one of the best classes I’ve taken on Udemy. Looking forward to more classes offered by Mohammad Azam. A++ class”
Why learn MVVM?
-
MVVM is the next step towards the future of apps. MVVM allows you to create apps that are easily maintainable and testable.
-
MVVM allows iOS developers to use their existing skills to create amazing iOS applications.
-
As the application grows MVVM design allows the developers break the app into smaller components.
Who is this for?
This course is for anyone who wants to take their skills to the next level. MVVM design pattern is an old pattern but it is relatively new in the iOS community. MVVM iOS applications can also help you to earn higher salary since now you know how to write a complete apps which can be tested and updated easily through the use of MVVM design principles.
Is this course right for me?
Look: if you are still not convinced then I urge you to check out my 5 star reviews in other courses. I am a well known developer in the iOS community with a large following. I do a lot of speaking engagements in which I spread knowledge and education.
If you are not satisfied with the course then I offer a 100% REFUND. I am confident that you will enjoy the course and you will utilize the knowledge you learned in this course in your future applications.
What are the requirements?
-
A Mac Computer
-
Xcode 10 or above
-
iOS 12 or above
-
Basic understanding of the Swift language and the iOS SDK – I’ll teach you everything you need to know about MVVM.
What am I going to get from this course?
-
Create amazing iOS apps using MVVM design pattern
-
Take your existing iOS skills to the next level
-
Become a professional app developer, take freelance gigs and work from anywhere in the world
-
Bored with the same old, same old? Apply for a new job in a software company as an iOS developer
-
1IntroductionVídeo Aula
In this lecture, Mohammad Azam will introduce the contents of the course.
-
2Understanding MVC ArchitectureVídeo Aula
In this lecture, Mohammad Azam will explain the MVC architecture. MVC pattern is the default pattern used by iOS to create applications.
-
3What is Wrong with MVC?Vídeo Aula
In this lecture Mohammad Azam will cover the opinionated downsides of MVC design pattern.
-
4Understanding MVVM ArchitectureVídeo Aula
In this lecture, Mohammad Azam will explain the concept behind MVVM pattern. Azam will explain that although there is nothing wrong with MVC architecture, MVVM can help to better break apps into smaller pieces.
-
5What we will be buildingVídeo Aula
-
6Registering on NewsAPI ServiceVídeo Aula
-
7Setting Up the User InterfaceVídeo Aula
-
8Implementing Web ServiceVídeo Aula
-
9Creating and Decoding JSON to ModelsVídeo Aula
-
10Implementing View ModelsVídeo Aula
-
11Creating Custom Self Sizing CellsVídeo Aula
-
12Displaying NewsVídeo Aula
-
13What we will be building?Vídeo Aula
-
14UPDATED: Coffee Ordering APITexto
-
15Creating the User InterfaceVídeo Aula
-
16Creating the Add New Order InterfaceVídeo Aula
-
17Testing the Web API Using PostmanVídeo Aula
-
18Implementing Webservice ClientVídeo Aula
-
19Creating ModelsVídeo Aula
-
20Testing Webservice ClientVídeo Aula
-
21Implementing View ModelsVídeo Aula
-
22Displaying Orders in UITableViewVídeo Aula
-
23Populating Types of CoffeeVídeo Aula
-
24Populating Cup Sizes Using View ModelVídeo Aula
-
25Adding Checkmark for Selected CellsVídeo Aula
-
26Populating AddCoffeeOrderViewModelVídeo Aula
-
27Populating Model Using View ModelVídeo Aula
-
28Implementing the Resource for Creating New OrdersVídeo Aula
-
29Updating Webservice to Add PostVídeo Aula
-
30Adding New Orders to UITableView Using DelegatesVídeo Aula
-
31Displaying All Orders on the ScreenVídeo Aula
-
32What you will be building?Vídeo Aula
In this lecture, Mohammad Azam will showcase the Weather App you will be building in the course. After watching this video you will have a better idea of the structure of the course and what you will be building.
-
33Understanding Weather List ScreenVídeo Aula
In this video, Mohammad Azam will explain the purpose and structure of the weather list screen. The weather list screen is using the MVVM design pattern. Azam will explain how the screen is mapped to the MVVM structure.
-
34Understanding Add Weather ScreenVídeo Aula
In this video, Mohammad Azam will explain the structure of the Add Weather Screen. The add weather screen allows the user to add the city whose weather is calculated using the openweathermap API.
-
35Understanding Settings ScreenVídeo Aula
In this video, Mohammad Azam will explain the settings screen and talk about the MVVM design pattern behind the structure of the settings screen.
-
36Setting Up View ControllersVídeo Aula
In this lecture, Mohammad Azam will explain how to setup the view controllers of the app. Azam will explain and setup the basic flow of the application using Storyboards.
-
37Configuring Theme for Our AppVídeo Aula
In this lecture, Mohammad Azam will explain how to set a common appearance of the app using the appearance API. Azam will explain how to theme your controls so they look same in the whole app.
-
38Displaying Hard-Coded Weather into TableViewVídeo Aula
In this lecture, Mohammad Azam will populate the weather list UITableView control with hard coded data. This is done just to visualize how the app will look when it will be populated with actual data.
-
39Designing the AddWeather ScreenVídeo Aula
In this lecture, Mohammad Azam will demonstrate how to design the add weather screen of the app. The add weather screen of our MVVM app is the simplest screen in the app which consists of a single UITextField.
-
48Understanding the Starter ProjectVídeo Aula
-
49Implementing SettingsViewModelVídeo Aula
-
50Displaying Temperature Units on Settings ScreenVídeo Aula
-
51Selecting and Deselecting a Temperature UnitVídeo Aula
-
52Implementing SettingsDelegateVídeo Aula
-
53Switching Between Temperature UnitsVídeo Aula
-
54Fixing the Temperature Unit IssueVídeo Aula
-
58What is Unit Testing?Vídeo Aula
In this lecture, Mohammad Azam will explain the purpose of unit testing. Azam will explain how unit testing can benefit your application and how it can help to catch problems early.
-
59Setting Up Your ProjectVídeo Aula
In this lecture, Mohammad Azam will explain how to setup your project. Azam will demonstrate how to add a unit testing project to your existing application.
-
60Writing Your First Unit TestVídeo Aula
In this lecture, Mohammad Azam will implement our first unit test. Azam will explain how to get started with unit test and how to use TDD (Test Driven Development) to write your unit tests.
-
61Refactoring Unit TestsVídeo Aula
In this lecture, Mohammad Azam will demonstrate how to refactor your unit tests. Azam will introduce the concept of setUp and tearDown methods and how they can be used to write better, cleaner unit tests.
