Free online courseiOS application development

Duration of the online course: 22 hours and 10 minutes

4

StarStarStarStar

(3)

Master iOS app development with Stanford's free course on SwiftUI. Learn essential topics including MVVM, animations, multithreading, UIKit integration, and more.

Course Description

The course "iOS Application Development with SwiftUI (CS193P)" offers a comprehensive dive into the world of app development using Apple's SwiftUI framework. With a total duration of 22 hours and 10 minutes, this course is designed to equip students with the fundamental and advanced skills needed for building sophisticated iOS applications. Rated an average of 4 out of 5 stars, the course has garnered considerable appreciation for its in-depth and practical approach to learning app development.

Belonging to the Information Technology category and specifically targeting app development, this course meticulously covers a wide array of subjects necessary for mastering SwiftUI. The learning journey begins with an introduction to SwiftUI, setting the foundation for what’s to come. It provides an essential overview and initial hands-on experience to get students started with developing user interfaces for iOS applications.

The course then delves deeper into SwiftUI, broadening the understanding of its components and functionalities. Following this, the Model-View-ViewModel (MVVM) design pattern and the Swift type system are explored, which are crucial for building maintainable and scalable applications.

One of the practical projects, the Memorize Game, serves as a cornerstone for learning game logic implementation in SwiftUI. The course continues by covering properties, layout, and the powerful @ViewBuilder construct, which aids in building complex views efficiently.

Understanding protocols and shapes in SwiftUI is another critical component, providing the ability to create reusable and flexible code. The course also introduces the use of ViewModifiers and animations, enhancing the visual appeal and user experience of the applications.

With a dedicated animation demonstration, the intricacies of animating elements within SwiftUI are brought to light, making applications more dynamic and engaging. Following this, topics such as drag and drop functionality, multithreading for performance optimization, and implementing gestures are thoroughly examined with practical examples.

Error handling and data persistence are not left out, ensuring students can handle real-world issues and data management within their apps. The advanced topics include bindings, sheet presentations, navigation, and EditMode, which are essential for creating interactive and user-friendly applications.

Further into the course, the concept of publishers and additional persistence techniques are introduced, expanding the learners’ toolkit for managing data flow and storage. Document architecture within iOS applications is also covered, providing a structured approach to managing complex data models.

Integration with UIKit is another vital section, enabling students to combine the power of SwiftUI with existing UIKit components, which can be beneficial in modernizing legacy applications. Lastly, the course explores the development of multiplatform applications, extending the skills learned to macOS while leveraging the code-sharing capabilities of SwiftUI.

"iOS Application Development with SwiftUI (CS193P)" stands out as a robust educational resource, tailored for aspiring and experienced developers aiming to master the craft of iOS app development. Its thorough and detailed curriculum ensures that students are well-prepared to tackle the challenges of building innovative and effective mobile applications.

Conteúdo do Curso

  • Video class: Lecture 1: Getting started with SwiftUI

    1h21m

  • Video class: Lecture 2: Learning more about SwiftUI

    1h25m

  • Exercise: _What is the purpose of creating a CardView in SwiftUI?

  • Video class: Lecture 3: MVVM and the Swift type system

    1h35m

  • Exercise: _What is MVVM and why is it important in SwiftUI?

  • Video class: Lecture 4: Memorize Game Logic

    1h31m

  • Exercise: _What is the next step after building the Model and ViewModel for the Memorize game in lecture three of CS193p?

  • Video class: Lecture 5: Properties Layout @ViewBuilder

    1h25m

  • Exercise: _Why are Views in SwiftUI read-only?

  • Video class: Lecture 6: Protocols Shapes

    1h22m

  • Exercise: _What is protocol inheritance?

  • Video class: Lecture 7: ViewModifier Animation

    1h10m

  • Exercise: _What is the most common way to do animation in SwiftUI?

  • Video class: Lecture 8: Animation Demonstration

    1h24m

  • Exercise: _What is the purpose of the shuffle button in the game demonstrated in Lecture 8 of Stanford CS193p Spring 2021?

  • Video class: Lecture 9: EmojiArt Drag and Drop Multithreading

    1h32m

  • Exercise: _What is the purpose of the function index(matching:)?

  • Video class: Lecture 10: Multithreading Demo Gestures

    1h25m

  • Exercise: _What is the purpose of the "found" variable in the EmojiArt demo shown in Lecture 10 of Stanford CS193p?

  • Video class: Lecture 11: Error Handling Persistence

    1h45m

  • Exercise: _What does the keyword "throws" mean in SwiftUI functions?

  • Video class: Lecture 12: Bindings Sheet Navigation EditMode

    1h50m

  • Exercise: _What is a property wrapper in SwiftUI?

  • Video class: Lecture 13: Publisher More Persistence

    1h00m

  • Exercise: _What is the Publisher protocol in Swift?

  • Video class: Lecture 14: Document Architecture

    1h17m

  • Exercise: _What are the two main SwiftUI Scene-building Scenes that are usually used?

  • Video class: Lecture 15: UIKit Integration

    1h15m

  • Exercise: _What is the main difference between views in SwiftUI and UIKit?

  • Video class: Lecture 16: Multiplatform (macOS iOS)

    0h46m

  • Exercise: _What is the instructor's recommendation when creating a multi-platform app in Xcode?

iOS Swift and Objective C

Free online courses on iOS Swift and Objective C

Unlock the World of iOS Development with Free Online Swift Courses

Embark on your journey to becoming an iOS developer with our comprehensive listing of free online courses focused on Swift, Apple's powerful and intuitive programming language. Designed for beginners and experienced coders alike, these courses provide a solid foundation in Swift, enabling you to build innovative and efficient iOS applications.

Beginner-Friendly Swift Programming Courses

If you're new to programming or looking to transition to iOS development, our beginner-friendly Swift courses are the perfect starting point. These courses cover the basics of Swift syntax, control flow, and data structures, ensuring you gain the knowledge needed to start creating your own apps. Interactive lessons and practical exercises guide you through the fundamentals, setting you up for success in the world of iOS development.

Intermediate Swift Courses for Aspiring Developers

For those with some programming experience, our intermediate Swift courses delve deeper into the language's capabilities. Learn about advanced topics such as optionals, closures, and protocols, which are crucial for developing robust and scalable iOS applications. These courses also cover iOS-specific concepts like UIKit, Auto Layout, and the Model-View-Controller (MVC) design pattern, giving you a well-rounded skill set.

Advanced Swift Tutorials for Seasoned Programmers

Seasoned developers looking to refine their Swift skills will find our advanced courses invaluable. These tutorials explore high-level features of Swift and iOS development, including concurrency, memory management, and Swift's powerful error handling. You'll also learn about cutting-edge frameworks such as SwiftUI and Combine, allowing you to create responsive and state-of-the-art iOS applications.

Swift for Specific App Development

Our course listings include specialized Swift tutorials for various types of app development. Whether you're interested in building games with SpriteKit, creating augmented reality experiences with ARKit, or developing enterprise-level applications, there's a free online course tailored to your interests. These targeted tutorials provide the expertise to leverage Swift in niche areas of iOS development.

Project-Based Learning and Real-World Applications

What sets our free online Swift courses apart is their emphasis on project-based learning. You'll have the opportunity to work on real-world projects, from simple to-do list apps to more complex, fully-featured applications. This hands-on approach not only solidifies your understanding of Swift but also helps you build a portfolio to showcase your skills to potential employers.

Stay Updated with the Latest Swift Trends

The world of iOS development is ever-evolving, and so is Swift. Our free online courses are continuously updated to reflect the latest trends and best practices in Swift programming. You'll learn about new language features, design patterns, and development tools, ensuring your skills remain current and in-demand.

Join a Community of Learners and Professionals

When you enroll in our free online Swift courses, you become part of a vibrant community of learners and professional developers. Engage in forums, collaborate on projects, and exchange ideas to enhance your learning experience. This network can provide support, inspiration, and opportunities as you progress in your iOS development career.

Ready to Launch Your iOS Development Career?

With our curated list of free online Swift courses, you have all the resources you need to start or advance your career in iOS development. Dive into the world of Swift and unlock the potential of Apple's ecosystem. Start learning today and take the first step towards creating apps that could reach millions of users around the globe.

This free course includes:

22 hours and 10 minutes of online video course

Exercises to train your knowledge

Certificate of course completion

100% free, from content to certificate

QR Code - Baixar Cursa - Cursos Online

This online course can only be accessed through the Cursa App. Download it using the QR code or the links below:

This online course can only be accessed through the Cursa app. Install it using the links below:

  • Study for free!

    Here you never pay! Not even for the certificate, because everything in the app is 100% free!

  • Improve your resume!

    There are more than 4,000 free courses for you to study anything that interests you!

  • Free Digital Certificate!

    Complete the course and issue your internationally recognized Digital Certificate free of charge.

More free courses at App Development

Download the App now to have access to + 3300 free courses, exercises, certificates and lots of content without paying anything!

  • 100% free online courses from start to finish

    Thousands of online video courses, audio or text courses.

  • More than 48 thousand free exercises

    To test your knowledge during online courses

  • Valid free Digital Certificate with QR Code

    Generated directly from your cell phone's photo gallery and sent to your email

Cursa app on the ebook screen, the video course screen and the course exercises screen, plus the course completion certificate

+ 6.5 million
students

Free and Valid
Certificate with QR Code

48 thousand free
exercises

4.8/5 rating in
app stores

Free courses in
video, audio and text