Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building a Reminders App Clone with SwiftUI & Core Data
Rating: 4.7 out of 5(80 ratings)
897 students

Building a Reminders App Clone with SwiftUI & Core Data

Learn SwiftUI, Core Data, Notifications, One to Many Relationships and More!
Created byMohammad Azam
Last updated 12/2023
English
English [Auto],

What you'll learn

  • Use the latest features of SwiftUI to create an intuitive and user-friendly interface
  • Utilize Core Data to store, retrieve and manage data
  • Send local notifications to the user
  • Use the @FetchRequest property wrapper
  • Learn how to work with a variety of different programming concepts and techniques to build a fully functional app.
  • Implement one to many relationship in Core Data

Course content

7 sections32 lectures4h 25m total length
  • Introduction2:03

    Explore building a SwiftUI and Core Data reminders app, saving and displaying lists, modeling a one-to-many relationship, updating reminders, and adding search, local notifications, and dark/light mode support.

  • Prerequisites2:00

    Master swift and gain familiarity with core data to build a reminders app clone, modeling one-to-many relationships, creating custom model files, and implementing fetch requests and property wrappers.

  • Exercise Files1:04

    Download the exercise files for each lecture to follow along, or grab the complete final code from the last section. Use the lecture-specific files to maintain a smooth learning flow.

  • What we will be building?2:04

    Take a quick tour of the reminders app you’ll build, exploring lists, searching items, adding new lists and items, scheduling notifications, and tracking progress with core data integration.

  • Architecture0:30

Requirements

  • iOS 16 or above
  • Familiarity with Xcode
  • Familiarity with Swift and SwiftUI
  • Passion for learning and building iOS apps

Description

Learn to build your own Apple Reminders app clone using the power of SwiftUI and Core Data. In this course, you'll gain a solid understanding of how to create a fully functional app that includes features such as sending notifications, utilizing the @FetchRequest property wrapper, and supporting both dark and light mode. This course will guide you through the entire process of creating an Apple Reminders app clone. Whether you're a beginner or an experienced developer looking to add a new skill to your toolbox, this course is perfect for you. Enroll now and start building your own Reminders app today!


What are the requirements of the course?


  • iOS 16 or above

  • Familiarity with Xcode

  • Familiarity with Swift and SwiftUI

  • Passion for learning and building iOS apps


What will you learn in this course?


This course will teach you how to build your own Apple Reminders app clone using SwiftUI and Core Data. Specifically, you will learn how to:


  • Use the latest features of SwiftUI to create an intuitive and user-friendly interface

  • Utilize Core Data to store, retrieve and manage data

  • Send local notifications to the user

  • Use the @FetchRequest property wrapper

  • Implement support for both dark and light mode

  • Learn how to work with a variety of different programming concepts and techniques to build a fully functional app.


100% money-back guarantee if not satisfied. Contact us within 30 days of purchase for a full refund.


Who this course is for:

  • Students will learn how to integrate Core Data in a SwiftUI application
  • Send local notifications based on reminder date and time
  • Implement one to many relationships using Core Data