Code an iPhone App with Swift – Full Course on iOS Swift Programming for Beginners
By freeCodeCamp.org
Published: Dec 07, 2022“
Learn the Swift programming language in this full tutorial for beginners.In this video, we will go through every modern aspect of Swift as a programming language including, variables, constants, functions, structures, classes, and protocols. extensions, asynchronous programming, generics, and much more. This video will lay the foundation for learning Swift for those who are not familiar with Swift already.
You can follow along with this video on macOS, Linux, and Windows. On Linux and Windows, you will need to download the Swift toolchain from https://swift.org and run the examples manually by invoking Swift from Terminal using your favorite code editor such as Visual Studio Code.
Vandad Nahavandipoor created this course.
Vandad on YouTube: https://youtube.com/c/vandadnp
Vandad on Twitter: https://twitter.com/vandadnp
Vandad on LinkedIn: https://linkedin.com/in/vandadnpContents
- (0:00:00) Introduction
- (0:06:49) Variables
- (0:29:46) Operators
- (0:46:55) If and else
- (1:05:08) Functions
- (1:23:58) Closures
- (1:52:08) Structures
- (2:17:58) Enumerations
- (2:59:21) Classes
- (3:24:51) Protocols
- (3:47:48) Extensions
- (4:00:06) Generics
- (4:32:44) Optionals
- (4:53:39) Error Handling
- (5:39:35) Collections
- (6:17:17) Equality and Hashing
- (6:38:46) Custom Operators
- (6:50:53) Asynchronous Programming
- (7:04:38) Outro
”
Tag: Vandad Nahavandipoor
[#Script #Coding] Flutter Course for Beginners – 37-hour Android App Development Tutorial
Flutter Course for Beginners – 37-hour Android App Development Tutorial
By freeCodeCamp.org
Published: Feb 24, 2022“
Learn how to use Flutter in this complete course for beginners. Flutter is an open-source UI software development kit used to create cross-platform applications for iOS, Android, Windows, Mac, and more.GitHub repo: https://github.com/vandadnp/mynotes-course
Course developed by Vandad Nahavandipoor. Check out his channel: https://www.youtube.com/channel/UC8Np…Discord study group (for questions and answers about this course): https://discord.gg/C8UpxJyU4n
Setting up Firebase CLI and FlutterFire CLI on Windows: https://www.youtube.com/watch?v=nQ3Ah…Course Contents
- (00:00:00) Introduction
- (00:02:57) Developer Accounts
- (00:39:12) Setup
- (01:14:42) Introduction to Dart
- (02:01:26) Dart Control Statements and Collections
- (02:46:44) Sound Null safety in Dart
- (03:27:12) Dart Enumerations, Classes and Objects
- (04:18:36) Advanced Dart
- (05:00:41) Project Setup
- (05:48:30) iOS App Setup
- (06:59:32) Android App Setup
- (07:31:31) Firebase Backend Setup
- (08:01:20) Basic Registration Screen
- (09:04:54) Login View
- (09:53:10) Separating App Initialization from Login and Register Screens
- (10:19:47) Setting up Git and GitHub
- (11:10:34) Email Verification View
- (11:44:45) Link Between Login and Register Views
- (12:18:01) Logout View
- (13:13:46) Go From Login to Notes View
- (13:36:43) Cleaning Up our Routes
- (13:51:17) Error Handling in Login View
- (14:16:21) Error Handling in Register View, Next Screen After Registration
- (14:44:45) Confirming Identity Before Going to Main UI…
”