Companies Home Search Profile

MVVM Design Pattern Using Swift in iOS

Focused View

Mohammad Azam

6:35:57

108 View
  • 1 - Introduction.mp4
    03:24
  • 2 - Understanding MVC Architecture.mp4
    03:47
  • 3 - What is Wrong with MVC.mp4
    02:33
  • 4 - Understanding MVVM Architecture.mp4
    02:35
  • 5 - What we will be building.mp4
    00:52
  • 6 - Registering on NewsAPI Service.mp4
    02:25
  • 7 - Setting Up the User Interface.mp4
    10:14
  • 7 - setting-up-user-interface.zip
  • 8 - Implementing Web Service.mp4
    07:16
  • 8 - implement-web-service.zip
  • 9 - Creating and Decoding JSON to Models.mp4
    10:38
  • 9 - creating-decoding-models.zip
  • 10 - Implementing View Models.mp4
    06:28
  • 10 - implementing-view-models.zip
  • 11 - Creating Custom Self Sizing Cells.mp4
    05:05
  • 11 - custom-self-sizing-cell.zip
  • 12 - Displaying News.mp4
    07:11
  • 12 - displaying-news-in-tableview.zip
  • 13 - What we will be building.mp4
    01:07
  • 14 - UPDATED Coffee Ordering API.html
  • 15 - Creating the User Interface.mp4
    06:49
  • 15 - creating-user-interface.zip
  • 16 - Creating the Add New Order Interface.mp4
    08:33
  • 16 - creating-add-new-order-interface.zip
  • 17 - Postman App.txt
  • 17 - Testing the Web API Using Postman.mp4
    04:01
  • 18 - Implementing Webservice Client.mp4
    07:51
  • 18 - Understanding Result Type in Swift 5.txt
  • 18 - creating-web-service-client.zip
  • 19 - Creating Models.mp4
    04:01
  • 19 - creating-models.zip
  • 20 - Testing Webservice Client.mp4
    05:45
  • 21 - Implementing View Models.mp4
    06:31
  • 21 - implementing-view-models.zip
  • 22 - Displaying Orders in UITableView.mp4
    07:08
  • 22 - displaying-orders-table-view.zip
  • 23 - Populating Types of Coffee.mp4
    11:13
  • 23 - populating-coffee-types.zip
  • 24 - Populating Cup Sizes Using View Model.mp4
    04:26
  • 24 - populating-cup-sizes.zip
  • 25 - Adding Checkmark for Selected Cells.mp4
    02:41
  • 25 - adding-checkmark-selected-cells.zip
  • 26 - Populating AddCoffeeOrderViewModel.mp4
    05:05
  • 26 - populating-add-coffee-order-vm.zip
  • 27 - Populating Model Using View Model.mp4
    03:46
  • 27 - creating-model-using-vm.zip
  • 28 - Implementing the Resource for Creating New Orders.mp4
    07:09
  • 28 - imple-resource-create-new-orders.zip
  • 29 - Updating Webservice to Add Post.mp4
    05:17
  • 29 - updating-web-service-to-add-post.zip
  • 30 - Adding New Orders to UITableView Using Delegates.mp4
    08:22
  • 30 - final-code.zip
  • 31 - What you will be building.mp4
    02:00
  • 32 - Understanding Weather List Screen.mp4
    01:42
  • 33 - Understanding Add Weather Screen.mp4
    01:12
  • 34 - Understanding Settings Screen.mp4
    01:30
  • 35 - Setting Up View Controllers.mp4
    09:21
  • 35 - setting-up-view-controllers.zip
  • 36 - Configuring Theme for Our App.mp4
    13:15
  • 36 - configuring-theme.zip
  • 37 - Displaying HardCoded Weather into TableView.mp4
    14:59
  • 38 - Designing the AddWeather Screen.mp4
    05:49
  • 38 - design-add-weather-screen.zip
  • 39 - OpenWeatherMap API.mp4
    07:25
  • 39 - OpenWeatherMap Switching between temperature units.txt
  • 40 - Implementing WebService Service.mp4
    07:32
  • 40 - implement-web-service.zip
  • 41 - Testing the Webservice Class.mp4
    09:05
  • 42 - GoodWeather-implementing-models.zip
  • 42 - Implementing Models.mp4
    04:08
  • 43 - Decoding JSON into Models.mp4
    04:50
  • 43 - GoodWeather-decoding-json-into-models.zip
  • 44 - GoodWeather-implement-add-weather-vm.zip
  • 44 - Implementing AddWeatherViewModel.mp4
    10:06
  • 45 - GoodWeather-passing-weather-view-model.zip
  • 45 - Passing WeatherViewModel back to the WeatherListTableViewController.mp4
    14:34
  • 46 - Displaying Weather on Screen.mp4
    07:37
  • 46 - GoodWeather-display-weather.zip
  • 47 - GoodWeather-settings-starter.zip
  • 47 - Understanding the Starter Project.mp4
    01:54
  • 48 - GoodWeather-implement-settings-view-model.zip
  • 48 - Implementing SettingsViewModel.mp4
    05:45
  • 49 - Displaying Temperature Units on Settings Screen.mp4
    03:46
  • 49 - GoodWeather-display-units-on-screen.zip
  • 50 - GoodWeather-select-deslect.zip
  • 50 - Selecting and Deselecting a Temperature Unit.mp4
    06:13
  • 51 - GoodWeather-settings-delegate.zip
  • 51 - Implementing SettingsDelegate.mp4
    06:45
  • 52 - GoodWeather-switch-weather-units.zip
  • 52 - Switching Between Temperature Units.mp4
    10:44
  • 53 - Fixing the Temperature Unit Issue.mp4
    02:32
  • 53 - GoodWeather.zip
  • 54 - What are bindings.mp4
    03:05
  • 55 - BindingMVVM.zip
  • 55 - View to ViewModel Binding.mp4
    13:49
  • 56 - BindingMVVM.zip
  • 56 - ViewModel to View Binding.mp4
    13:33
  • 57 - What is Unit Testing.mp4
    05:27
  • 58 - CalculatorApp.zip
  • 58 - Setting Up Your Project.mp4
    04:01
  • 59 - Writing Your First Unit Test.mp4
    08:27
  • 59 - calc-app-tests.zip
  • 60 - Refactoring Unit Tests.mp4
    05:33
  • 60 - calc-app-refactor-test.zip
  • 61 - Setting Up the Project for Unit Testing.mp4
    03:04
  • 61 - setting-up-testing-project.zip
  • 62 - Writing Unit Tests for SettingViewModel.mp4
    12:25
  • 62 - test-settingviewmodel.zip
  • 63 - Writing Unit Tests for WeatherListViewModel.mp4
    09:46
  • 63 - test-weatherlistviewmodel.zip
  • 64 - Next Steps.mp4
    01:50
  • 65 - Bonus Lecture.html
  • Description


    Learn the Art of Building Modern iOS Applications

    What You'll Learn?


    • Have a deeper understanding of good iOS architecture apps
    • Build iOS applications using MVVM design pattern

    Who is this for?


  • Anyone who wants to learn how to create iOS apps using MVVM design pattern
  • Developers wanting to take their iOS skills to the next level
  • What You Need to Know?


  • You should have beginner level experience in Swift language and iOS Development
  • Familiarity with MVC design pattern is recommended
  • More details


    Description

    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

    Who this course is for:

    • Anyone who wants to learn how to create iOS apps using MVVM design pattern
    • Developers wanting to take their iOS skills to the next level

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Mohammad Azam
    Mohammad Azam
    Instructor's Courses
    My name is Mohammad Azam and I have been programming in iOS for the last 10+ years. Currently, I am teaching Full Stack Development at DigitalCrafts. Before joining DigitalCrafts I worked as a lead mobile developer for many large companies including Schlumberger, Baker Hughes, AIG and Valic. Currently, I am a senior developer at Blinds Dot Com, a Home Depot company. Before iPhone development I was leading projects in Microsoft ASP technology. I was also awarded the Microsoft MVP award five years in a row due to my contributions in the community.I have also published several of my personal apps to the App Store including Vegetable Tree which was featured by Apple as the most beautiful gardening app on the App Store. I am a frequent speaker at local and national conferences and have authored many articles for many different development magazines.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 63
    • duration 6:35:57
    • English subtitles has
    • Release Date 2023/06/17