Companies Home Search Profile

Mastering iOS App Development with SwiftUI and Databases

Focused View

Mammoth Interactive

19:39:09

58 View
  • 1 - 00 Intro And Demo.mp4
    06:48
  • 2 - 01 General Interface Intro.mp4
    15:06
  • 3 - 02 File System Introduction.mp4
    13:24
  • 4 - 03 Viewcontroller Intro.mp4
    06:53
  • 5 - 04 Storyboard File Intro.mp4
    17:28
  • 6 - 05 Connecting Outlets And Actions.mp4
    14:12
  • 7 - 06 Running An Application.mp4
    10:06
  • 8 - 07 Debugging An Application.mp4
    11:40
  • 9 - Source Files.html
  • 9 - XCode-Intro.zip
  • 10 - 00 Language Basics Topics List.mp4
    05:14
  • 11 - 00 Learning Goals.mp4
    04:24
  • 12 - 01 Intro To Variables And Constants.mp4
    16:16
  • 13 - 02 Primitive Types.mp4
    19:07
  • 14 - 03 Strings.mp4
    19:11
  • 15 - 04 Nil Values.mp4
    13:16
  • 16 - 05 Tuples.mp4
    14:39
  • 17 - 06 Type Conversions.mp4
    23:40
  • 18 - 07 Assignment Operators.mp4
    11:43
  • 19 - 08 Conditional Operators.mp4
    12:51
  • 20 - 01 Source Files.html
  • 20 - 01-Source-Files.zip
  • 21 - 00TopicsListAndLearningObjectives.mp4
    03:37
  • 22 - 01 Intro To Collection Types.mp4
    10:57
  • 23 - 02 Creating Arrays.mp4
    05:18
  • 24 - 03 Common Array Operations.mp4
    25:26
  • 25 - 04 Multidimensional Arrays.mp4
    08:03
  • 26 - 05 Ranges.mp4
    09:59
  • 27 - 02 Source Files.html
  • 27 - 02-Soruce-Files.zip
  • 28 - 00 Topics List And Learning Objectives.mp4
    04:06
  • 29 - 01 Intro To If And Else Statements.mp4
    10:07
  • 30 - 02 Else If Statements.mp4
    09:13
  • 31 - 03 Multiple Simultaneous Tests.mp4
    12:58
  • 32 - 04 Intro To Switch Statements.mp4
    09:46
  • 33 - 05 Advanced Switch Statement Techniques.mp4
    16:25
  • 34 - 06 Testing For Nil Values.mp4
    12:15
  • 35 - 07 Intro To While Loops.mp4
    14:51
  • 36 - 08A Intro To ForIn Loops.mp4
    14:39
  • 37 - 08B Intro To ForIn Loops Contd.mp4
    11:19
  • 38 - 09 Complex Loops And Loop Control Statements.mp4
    20:05
  • 39 - 03 Source Files.html
  • 39 - 03-Source-Files.zip
  • 40 - 00 Topics List And Learning Objectives.mp4
    04:16
  • 41 - 01 Intro To Functions.mp4
    20:19
  • 42 - 02 Function Parameters.mp4
    12:01
  • 43 - 03 Return Statements.mp4
    14:26
  • 44 - 04A Parameter Variations Argument Labels.mp4
    09:23
  • 45 - 04B Parameter Variations Default Values.mp4
    05:50
  • 46 - 04C Parameters Variations Inout Parameters.mp4
    09:03
  • 47 - 04D Parameter Variations Variadic Parameters.mp4
    11:11
  • 48 - 05 Returning Multiple Values Simultaneously.mp4
    07:46
  • 49 - 04 Source Files.html
  • 49 - 04-Source-Files.zip
  • 50 - 00 Topics List And Learning Objectives.mp4
    05:25
  • 51 - 01 Intro To Classes.mp4
    16:23
  • 52 - 02A Properties As Fields Add To Class Implementation.mp4
    13:43
  • 53 - 02B Custom Getters And Setters.mp4
    08:44
  • 54 - 02C Calculated Properties.mp4
    24:12
  • 55 - 02D Variable Scope And Self.mp4
    13:15
  • 56 - 02E Lazy And Static Variables.mp4
    14:35
  • 57 - 03A Behaviour And Instance Methods.mp4
    16:38
  • 58 - 03B Class Type Methods.mp4
    07:42
  • 59 - 04 Class Instances As Field Variables.mp4
    08:52
  • 60 - 05A Inheritance Subclassing And Superclassing.mp4
    24:06
  • 61 - 05B Overriding Initializers.mp4
    13:41
  • 62 - 05C Overriding Properties.mp4
    16:30
  • 63 - 05D Overriding Methods.mp4
    10:33
  • 64 - 06 Structs Overview.mp4
    20:24
  • 65 - 07 Enumerations.mp4
    16:30
  • 66 - 08 Comparisons Between Classes Structs And Enums.mp4
    14:40
  • 67 - 05 Source files.html
  • 67 - Source-files.zip
  • 68 - 01 What Is SwiftUI.mp4
    04:54
  • 69 - 01-Source-Files.zip
  • 69 - Source Files.html
  • 70 - 01 Build A Text Object.mp4
    09:24
  • 71 - 02 Build An Image Object.mp4
    03:41
  • 72 - 03 Add An Image From The Web.mp4
    03:32
  • 73 - 04 Add An Image From The Web.mp4
    10:32
  • 74 - 05 Build A Button.mp4
    05:07
  • 75 - 06 Build A Toggle Button.mp4
    07:09
  • 76 - 07 Build A Slider.mp4
    09:09
  • 77 - 08 Build A View From A Collection.mp4
    07:10
  • 78 - 02-Source-Files.zip
  • 78 - Source Files.html
  • 79 - 01 Customize Stack Layouts.mp4
    04:28
  • 80 - 02 Control Spacing Around Views.mp4
    07:55
  • 81 - 03 Force Views To One Side.mp4
    05:29
  • 82 - 04 Layer Views On Top Of Each Other.mp4
    04:50
  • 83 - 03-Source-Files.zip
  • 83 - Source Files.html
  • 84 - 01 Read Text From A Textfield.mp4
    06:23
  • 85 - 02 Build A Secure Password Field.mp4
    04:49
  • 86 - 03 Read Values From A Slider.mp4
    03:26
  • 87 - 04-Source-Files.zip
  • 87 - Source Files.html
  • 88 - Introduction.mp4
    06:43
  • 89 - App Setup.mp4
    04:51
  • 90 - How To Set Up Firebase And Install The Firebase Pods.mp4
    15:16
  • 91 - Adding The Firebase Initialization Code And Trouble Shooting.mp4
    09:40
  • 92 - Designing The Log In Sign Up Screen.mp4
    28:47
  • 93 - Connecting Firebase With Login And Signup Screen.mp4
    11:35
  • 94 - Navigating The User After Successful Authentication And Sign Out.mp4
    14:24
  • 95 - 01 Source Code.html
  • 95 - 01-Source-Code.rar
  • 96 - 1 Designing Title Row Component.mp4
    12:24
  • 97 - 2 Designing Message Bubble Component.mp4
    19:00
  • 98 - 3 Designing Message Field Component.mp4
    19:06
  • 99 - 02 Source Code.html
  • 99 - 02-Source-Code.zip
  • 100 - 1 Setting Up Firestore Database And Adding Messages Manager.mp4
    26:47
  • 101 - 2 Showing Fetched Data In The App With Realtime Updates.mp4
    12:22
  • 102 - 3 Handling The Message Send Function.mp4
    08:31
  • 103 - 1 Scroll To Bottom And Clearing The Message Box.mp4
    16:55
  • 104 - 03 Source Files.html
  • 104 - 03-Source-Files.zip
  • 105 - 1 Completing The UI.mp4
    10:10
  • 106 - 2 Move And Delete Functionality.mp4
    08:00
  • 107 - 3 Add Functionality.mp4
    16:33
  • 108 - 4 Saving And Retrieving Data Using User Defaults.mp4
    13:42
  • 109 - 04 Source Code.html
  • 109 - 04-Source-Code.zip
  • 110 - 1 Introduction And App Setup.mp4
    16:20
  • 111 - 2 Configuring The Main View.mp4
    19:13
  • 112 - 3 Configuring The Inside View.mp4
    15:42
  • 113 - 05 Source Code.html
  • 113 - 05-Source-Code.zip
  • Description


    Unlock the Full Potential of iOS App Development with Advanced Techniques and Best Practices

    What You'll Learn?


    • Basics of Xcode
    • Xcode interface and how can it work to bulid an aplication.
    • Introduction to SwiftUI
    • Design SwiftUI for iOS Chat App.

    Who is this for?


  • Beginner in application development
  • More details


    Description

    The Advanced iOS SwiftUI App Dev with Databases course is designed to provide developers with an in-depth understanding of building sophisticated iOS applications using SwiftUI and databases. In this course, you will learn how to create powerful user interfaces using the declarative syntax of SwiftUI and connect them to backend data sources using various database technologies.

    You will start by reviewing the fundamentals of SwiftUI, including the use of views, modifiers, and layouts. You will then move on to explore advanced topics such as animations, gestures, and navigation. Next, you will learn how to use different database technologies, such as Core Data, CloudKit, and Firebase, to persist and manage your app's data.

    Throughout the course, you will work on a series of hands-on projects that will enable you to apply the concepts you learn in real-world scenarios. These projects include building a weather app, a social media app, and a shopping app, each of which will require you to use different database technologies.

    By the end of this course, you will have a deep understanding of SwiftUI, as well as the ability to design and implement sophisticated iOS applications that leverage databases to store and manage data. You will be well-equipped to take on challenging iOS development projects and to build apps that are scalable, performant, and user-friendly.

    Who this course is for:

    • Beginner in application development

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Mammoth Interactive
    Mammoth Interactive
    Instructor's Courses
    Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.Over 11 years, Mammoth Interactive has built a global student community with 1.1 million courses sold. Mammoth Interactive has released over 250 courses and 2,500 hours of video content.Founder and CEO John Bura has been programming since 1997 and teaching since 2002. John has created top-selling applications for iOS, Xbox and more. John also runs SaaS company Devonian Apps, building efficiency-minded software for technology workers like you."I absolutely love this course. This is such a comprehensive course that was well worth the money I spent and a lot more. Will definitely be looking at more Mammoth Interactive courses when I finish this." – Student Matt W."Very good at explaining the basics then building to more complex features." – Student Kevin L.Try a course today.
    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 98
    • duration 19:39:09
    • Release Date 2023/05/17

    Courses related to iOS Development

    Courses related to SwiftUI