Swiftui和Firestore仿Instagram社交APP實戰開發訓練視頻教程

在本課程中,我們将學習如何使用 SwiftUI 框架構建我們自己的Instagram 克隆版。在整個過程中,您将培養高級編程、應用程序設計和應用程序開發技能。

完成課程後,您将獲得有關創建社交應用程序、構建強大的應用程序邏輯、應用程序定制、應用程序設計、社交應用程序功能編程等等的所有知識。

Published 2/2023
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.07 GB | Duration: 7h 38m

帶工程源文件

你會學到什麽?

  • 全面了解 Swift 5 和 Xcode
  • SwiftUI 框架
  • Firebase 和 SwiftUI 集成
  • 實現MVVM系統
  • 高級編程和應用程序開發技能
  • 創建專業的 UI 和 UX
  • 使用後端服務器
  • 高級後端工程
  • 如何監控數據庫中的事件
  • 優化性能的結構數據
  • 如何建立功能齊全的社交網絡
  • 如何使用 Firestore 構建直接消息傳遞功能
  • 最佳編碼實踐
  • 爲幹淨和可重用的代碼實現自定義子類
  • 深度編程,爲幹淨和可重用的代碼創建擴展和功能。

包括哪些功能?

  • 主頁動态
  • 搜索帶有文章的提要和搜索用戶的能力
  • 創建用戶、發帖、點贊、評論文章
  • 直接消息
  • 關注/取消關注用戶
  • 查看關注者/關注的用戶
  • 能夠查看誰喜歡文章
  • 登錄和注銷

視頻預覽

 

此課程面向哪些人:

  • 任何想要學習如何編碼或學習如何構建高級全棧 iOS 移動應用程序的人。
  • 任何想學習如何構建完整社交網絡應用程序的人
  • 想要了解新的 SwiftUI 框架的 iOS 開發者。
  • 想要了解 SwiftUI 框架的 Swift 開發者。

課程目錄

Section 1: Introduction

Lecture 1 Walkthrough

Lecture 2 Install XCode

Lecture 3 Get Started with SwiftUI: New Xcode Project

Section 2: Authentication: Design Sign In Scene

Lecture 4 Adding Sign In Scene – Customize Sign In Part 1

Lecture 5 Adding Sign In Scene – Customize Sign In Part 2

Lecture 6 Adding Sign In Scene – Customize Sign In Part 3

Lecture 7 Adding Sign In Scene – Customize Sign In Part 3

Lecture 8 Best Coding Practices 1: Extract SubView

Lecture 9 Best Coding Practices 2: Create Custom Modifiers

Section 3: Authentication: Design Sign Up Scene

Lecture 10 Adding Sign Up Scene – Customize Sign Up

Lecture 11 Navigation in SwiftUI

Section 4: Get started with Cloud Firestore – SignUp

Lecture 12 Introduction Firebase, and How to Integrate Firebase SDK to Our App

Lecture 13 Sign Up View: Interact with the photo library with SwiftUI

Lecture 14 SignUp Function

Section 5: Refactor Code

Lecture 15 Sign Up Scene: Refactor

Lecture 16 MVVM Design Pattern

Lecture 17 Refactor Part 1

Lecture 18 Refactor Part 2

Section 6: Authentication – SignIn

Lecture 19 Lecture 19. SignIn Function

Lecture 20 Lecture 20. Switch View

Lecture 21 Lecture 21. Store The User Session

Section 7: Main App: Design Home View

Lecture 22 Lecture 22. Adding TabView

Lecture 23 Lecture 23. Building Story View

Lecture 24 Lecture 24. Home View

Lecture 25 Lecture 25. Refactor Code

Lecture 26 Lecture 26. Navigation Link

Section 8: Main App: Design Comment View

Lecture 27 Lecture 27. Adding Comment View

Section 9: Main App: Design Discover View

Lecture 28 Lecture 28. Adding Discover View Part 1

Lecture 29 Lecture 29. Adding Discover View Part 2

Section 10: Main App: Design Camera View

Lecture 30 Lecture 30: Adding Camera View

Section 11: Main App: Design Activity View

Lecture 31 Lecture 31: Adding Notification View

Section 12: Main App: Design Profile View

Lecture 32 Lecture 32. Adding My Profile View

Lecture 33 Lecture 33. Adding User Profile View

Lecture 34 Lecture 34. Adding User List Scene

Section 13: Main App: Design Chat View

Lecture 35 Lecture 35. Adding Messages View

Lecture 36 Lecture 36. Adding Chat View Part 1

Lecture 37 Lecture 37. Adding Chat View Part 2

Section 14: Main App: Design Users View

Lecture 38 Lecture 38. Adding Search Bar View

Lecture 39 Lecture 39. Update User Model.mp4

Lecture 40 Lecture 40. Adding Logout Function

Lecture 41 Lecture 41. Implementing Search Feature

Lecture 42 Lecture 42. Loading User Avatar: Asynchronous Image Loading.

Lecture 43 Lecture 43. Updating Profile View

Section 15: Main App: Using Combine To Make A Network Call.

Lecture 44 Lecture 44. Learn Combine + Asynchronous Image Loading: The Easy Way

Section 16: Main App: Uploading Photo

Lecture 45 Lecture 45. Share A New Post Part 1

Lecture 46 Lecture 46. Share A New Post Part 2

Section 17: Main App: Profile

Lecture 47 Lecture 47. Loading My Posts – Grid View

Lecture 48 Lecture 48. Fix bugs

Lecture 49 Lecture 49. Refactor code

Lecture 50 Lecture 50. Loading My Posts – Table View

Lecture 51 Lecture 51. Loading User Profile

Section 18: Main App: Discover Screen

Lecture 52 Lecture 52. Discover Screen – Load All Posts

Section 19: Main App: Home Screen – Loading Data

Lecture 53 Lecture 53. Timeline Screen – Load User Posts

Lecture 54 Lecture 54. Timeline Screen – Like A Post Part 1

Lecture 55 Lecture 55. Timeline Screen – Like A Post Part 2

Lecture 56 Lecture 56. Timeline Screen – Like A Post Part 3

Section 20: Main App: Comment Screen – Loading Data

Lecture 57 Lecture 57. Comment Screen – Part 1: Push Comments To The Firestore Database

Lecture 58 Lecture 58. Comment Screen – Part 2: Load Comments From The Firestore Database

Lecture 59 Lecture 59. Comment Screen – Part 3: Display Comments From Firestore

Lecture 60 Lecture 60. Best Practices – Realtime Updates with Cloud Firestore in Comment S

Lecture 61 Lecture 61. Realtime Updates with Cloud Firestore in Home Screen

Lecture 62 Lecture 62: Fix issues

Section 21: Main App: Realtime Chat

Lecture 63 Lecture 63. Chat Feature – Understanding Database Structure

Lecture 64 Lecture 64. Chat Feature – Sending Text Messages

Lecture 65 Lecture 65. Chat Feature – Sending Photo Messages

Lecture 66 Lecture 66. Chat Feature – Displaying Chat Messages

Lecture 67 Lecture 67. Chat Feature – Displaying Inbox Messages

Section 22: Main App: Follow Feature

Lecture 68 Lecture 68. Follow Feature – Follow A User

Lecture 69 Lecture 69. Follow Feature – Display Following Information

Lecture 70 Lecture 70. Best Coding Practices

Section 23: Main App: Cloud Functions

Lecture 71 Lecture 71. Install Cloud Functions – Cloud Firestore Triggers

Lecture 72 Lecture 72. Cloud Firestore Triggers- OnCreateFollower Function

Lecture 73 Lecture 73. Cloud Firestore Triggers- OnDeleteFollower Function

Lecture 74 Lecture 74. Cloud Firestore Triggers- OnCreatePost Function

Lecture 75 Lecture 75. Fix issues

Section 24: Main App: Activity Screen

Lecture 76 Lecture 76. Activity Screen: Like a Post

Lecture 77 Lecture 77. Activity Screen: Comment A Post, Follow A User

Lecture 78 Lecture 78. Activity Screen: Display Activity Data

Lecture 79 Lecture 79. Activity Screen: Tap On An Activity Row

原文鏈接:https://vuesite.cn/32684.html,轉載請注明出處。
0
顯示驗證碼
沒有賬号?注冊  忘記密碼?