Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай iOS & Swift - The Complete iOS App Development Bootcamp, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:08
    Intro to the Course. What's coming up?
  2. Урок 2. 00:07:48
    How does an App Work?
  3. Урок 3. 00:08:37
    How to Make an App
  4. Урок 4. 00:01:10
    How to Get All the Free Stuff
  5. Урок 5. 00:06:46
    How to Make the Most of the Bootcamp
  6. Урок 6. 00:06:41
    How to Get Help When You're Stuck
  7. Урок 7. 00:10:28
    Developing for iOS - Tools and Materials
  8. Урок 8. 00:03:46
    Getting set up with Xcode
  9. Урок 9. 00:02:58
    The I am Rich App
  10. Урок 10. 00:06:31
    Let's Create a Brand New Xcode Project
  11. Урок 11. 00:14:13
    A Walkthrough of the Xcode Development Environment
  12. Урок 12. 00:16:40
    Let's Design the User Interface!
  13. Урок 13. 00:10:36
    Let's Incorporate Some Image Assets
  14. Урок 14. 00:09:10
    How to Design and Add an App Icon
  15. Урок 15. 00:13:04
    Run Your App on Your iPhone or Simulator
  16. Урок 16. 00:01:25
    How to Ace this Course
  17. Урок 17. 00:02:53
    Tip from Angela - Habit Building with the Calendar Trick
  18. Урок 18. 00:02:00
    What You'll Make by the End of This Module
  19. Урок 19. 00:08:48
    Cloning from GitHub and How to Download the L.A.B. Project Stubs
  20. Урок 20. 00:09:35
    How to Design Your App
  21. Урок 21. 00:22:53
    Let's Link Our Design to Our Code
  22. Урок 22. 00:08:31
    Responding to User Interactions with IBActions
  23. Урок 23. 00:09:21
    [Swift Deep Dive] Naming Conventions, Commenting and String Interpolation
  24. Урок 24. 00:16:55
    Storing Data using Variables and Arrays
  25. Урок 25. 00:07:51
    [Swift Deep Dive] Variables
  26. Урок 26. 00:06:17
    [Swift Deep Dive] Arrays
  27. Урок 27. 00:14:39
    How to Randomise the Dice Images
  28. Урок 28. 00:14:57
    [Swift Deep Dive] Constants, the Range Operator and Randomisation
  29. Урок 29. 00:02:29
    Tip from Angela - Dealing with Distractions
  30. Урок 30. 00:03:36
    Tip from Angela - Nothing Easy is Worth Doing!
  31. Урок 31. 00:02:59
    Why do we need Auto Layout?
  32. Урок 32. 00:06:35
    Size Classes Explained
  33. Урок 33. 00:09:00
    Setting Constraints and working with the Safe Area
  34. Урок 34. 00:05:53
    How to use Alignment and Pinning
  35. Урок 35. 00:06:50
    Working with Containers and Subviews
  36. Урок 36. 00:10:28
    Stack Views
  37. Урок 37. 00:09:59
    Calculator Challenge Solution and Walkthrough
  38. Урок 38. 00:04:09
    Tip from Angela - How to Deal with Procrastination
  39. Урок 39. 00:02:20
    What You'll Make by the End of this Module
  40. Урок 40. 00:04:47
    Setting up the Xylophone Project
  41. Урок 41. 00:24:42
    The 5 Step Approach to Solve Any Programming Problem
  42. Урок 42. 00:10:48
    [Swift Deep Dive] Functions and Scope
  43. Урок 43. 00:10:11
    Linking Multiple Buttons to the Same IBAction
  44. Урок 44. 00:09:55
    [Swift Deep Dive] Functions with Inputs and Type Inference
  45. Урок 45. 00:04:31
    Playing Different Xylophone Sounds
  46. Урок 46. 00:02:47
    Tip from Angela - Building a Programming Habit
  47. Урок 47. 00:00:48
    What You'll Make by the End of this Module
  48. Урок 48. 00:09:36
    Setting up the Egg Timer Project and Linking the Storyboard and ViewController
  49. Урок 49. 00:12:29
    [Swift Deep Dive] If-Else Control Flow
  50. Урок 50. 00:07:28
    [Swift Deep Dive] Switch Statements
  51. Урок 51. 00:04:54
    Conditional Statements Challenge Solution
  52. Урок 52. 00:03:56
    [Swift Deep Dive] Dictionaries
  53. Урок 53. 00:10:59
    [Swift Deep Dive] Defining and Unwrapping Optionals
  54. Урок 54. 00:06:18
    Dictionary Challenge Solution
  55. Урок 55. 00:08:13
    Egg Timer Challenge Solution
  56. Урок 56. 00:05:40
    Showing the Timer to the User with a Progress View
  57. Урок 57. 00:07:40
    Calculating the Progress Percentage
  58. Урок 58. 00:11:09
    Using the 5 Step Approach to Debug our App
  59. Урок 59. 00:02:36
    Tip from Angela - Set Your Expectations
  60. Урок 60. 00:01:18
    What You'll Make by the End of this Module
  61. Урок 61. 00:11:03
    Setting up the Quizzler Project and Showing the Questions
  62. Урок 62. 00:12:29
    Checking Answers using 2-Dimensional Arrays
  63. Урок 63. 00:23:02
    [Swift Deep Dive] Structures, Methods and Properties
  64. Урок 64. 00:07:56
    Creating a Question Struct
  65. Урок 65. 00:10:17
    Giving the User Feedback and working with a ProgressView
  66. Урок 66. 00:07:58
    Understand the MVC Design Pattern
  67. Урок 67. 00:09:48
    Implementing MVC and Understanding Parameter Names
  68. Урок 68. 00:05:54
    [Swift Deep Dive] Functions with Outputs and Return Types
  69. Урок 69. 00:08:42
    Refactoring to Implement the MVC Design Pattern
  70. Урок 70. 00:07:30
    [Swift Deep Dive] Immutability
  71. Урок 71. 00:09:28
    Using Mutating Functions to Track the Score
  72. Урок 72. 00:02:40
    Tip from Angela - The 20 Minute Method
  73. Урок 73. 00:02:53
    Tip from Angela - Retrieval is How You Learn
  74. Урок 74. 00:01:24
    What You'll Make by the End of this Module
  75. Урок 75. 00:14:40
    Learn How to Use a UISlider
  76. Урок 76. 00:06:43
    Using the UISliders to Calculate the BMI
  77. Урок 77. 00:22:06
    [Swift Deep Dive] Classes and Inheritance
  78. Урок 78. 00:13:12
    [Swift Deep Dive] Structs v.s. Classes
  79. Урок 79. 00:07:10
    How to Use the Docs in Xcode and Create a Custom UIViewController Class
  80. Урок 80. 00:13:08
    How to Create a UI Programatically and Pass Data between ViewControllers
  81. Урок 81. 00:24:59
    Segues and Navigation for Multi-Screen Apps
  82. Урок 82. 00:11:04
    Adopting MVC by Creating a CalculatorBrain
  83. Урок 83. 00:13:53
    [Swift Deep Dive] Optional Binding, Chaining, and the Nil Coalescing Operator
  84. Урок 84. 00:22:02
    Use Optionals in Practice and Add the Finishing Touches with Colour Literals
  85. Урок 85. 00:02:07
    Tip from Angela - Learning Before you Eat
  86. Урок 86. 00:03:09
    Tip from Angela - Dealing with Lack of Progress
  87. Урок 87. 00:01:44
    What You'll Make by the End of This Module
  88. Урок 88. 00:11:42
    Dark Mode and Working with Vector Assets
  89. Урок 89. 00:20:06
    Learn to use the UITextField
  90. Урок 90. 00:19:53
    [Swift Deep Dive] Protocols
  91. Урок 91. 00:11:52
    The Delegate Design Pattern
  92. Урок 92. 00:17:40
    An Example of Protocols and Delegates in Practice
  93. Урок 93. 00:16:59
    Understanding the OpenWeather API and URL Parameters
  94. Урок 94. 00:18:17
    Use the URLSession for Networking
  95. Урок 95. 00:20:45
    [Swift Deep Dive] Closures
  96. Урок 96. 00:21:36
    JSON Decoding
  97. Урок 97. 00:15:34
    Create a WeatherModel and Understand Computed Properties
  98. Урок 98. 00:10:55
    Typealiases and a Protocols and Delegate Challenge
  99. Урок 99. 00:02:30
    [Swift Deep Dive] Internal and External Parameter Names
  100. Урок 100. 00:05:46
    Method Naming Conventions and Error Handling
  101. Урок 101. 00:06:57
    Updating the UI by Using the DispatchQueue
  102. Урок 102. 00:18:54
    [Swift Deep Dive] Extensions and Default Implementations for Protocols
  103. Урок 103. 00:06:30
    Using Extensions to Refactor the ViewController
  104. Урок 104. 00:26:05
    Using CoreLocation to get Location Data
  105. Урок 105. 00:02:21
    Tip from Angela - Mixing Knowledge
  106. Урок 106. 00:03:15
    Introducing coinapi.io
  107. Урок 107. 00:02:32
    Tip from Angela - Dealing with Frustration
  108. Урок 108. 00:02:29
    What You'll Make by the End of this Module
  109. Урок 109. 00:14:10
    Navigation Controller Stacks and Segues
  110. Урок 110. 00:10:53
    Typing Animations, Timers and For Loops
  111. Урок 111. 00:17:25
    [Swift Deep Dive] Loops
  112. Урок 112. 00:05:55
    Introduction to 3rd Party Libaries
  113. Урок 113. 00:08:39
    Cocoapods Installation Instructions
  114. Урок 114. 00:07:22
    How to Install a Pod to your Project
  115. Урок 115. 00:09:11
    Potential Problems with Pod Installation
  116. Урок 116. 00:08:26
    How to use the CLTypingLabel Pod
  117. Урок 117. 00:05:07
    How to Choose your Package Manager
  118. Урок 118. 00:09:54
    Adding Firebase to your Project
  119. Урок 119. 00:15:21
    Registering New Users
  120. Урок 120. 00:08:13
    Logging in Existing Users
  121. Урок 121. 00:09:44
    Logging Out Users
  122. Урок 122. 00:11:04
    Using a Constants File and Understanding the static Keyword
  123. Урок 123. 00:17:52
    How to use a UITableView and Create a Message Model
  124. Урок 124. 00:13:25
    Customising Cells in a TableView using a .xib File
  125. Урок 125. 00:24:49
    [Swift Deep Dive] Casting as? as! as is and understanding Any
  126. Урок 126. 00:17:18
    Database setup and Saving Data to Firestore
  127. Урок 127. 00:15:15
    Retrieving Data from Firestore
  128. Урок 128. 00:04:51
    Listening for Updates on Firestore
  129. Урок 129. 00:07:44
    How to Sort Data retrieved from Firestore
  130. Урок 130. 00:14:23
    How to Manage the Keyboard and use the Swift Package Manager
  131. Урок 131. 00:26:07
    Finishing Touches: UI and UX Improvements
  132. Урок 132. 00:10:53
    The ViewController Lifecycle Explained
  133. Урок 133. 00:10:47
    The App Lifecycle Methods Explained
  134. Урок 134. 00:03:49
    Tip from Angela - Sleep is My Secret Weapon
  135. Урок 135. 00:06:54
    Introduction to the Command Line
  136. Урок 136. 00:12:53
    Command Line Shortcuts
  137. Урок 137. 00:10:41
    Directory and File Manipulation Using the Command Line + Bonus
  138. Урок 138. 00:09:01
    What is SwiftUI?
  139. Урок 139. 00:13:58
    How to Build a SwiftUI App from Scratch
  140. Урок 140. 00:31:25
    How to Create Complex Designs and Layouts using SwiftUI
  141. Урок 141. 00:13:08
    SwiftUI Dicee Part 1 - Designing a Layout using Spacers and Subviews
  142. Урок 142. 00:07:32
    SwiftUI Dicee Part 2 - Building in Functionality and Managing State
  143. Урок 143. 00:12:37
    H4X0R News Part 1 - Understanding the List and Identifiable Protocol
  144. Урок 144. 00:11:44
    H4X0R News Part 2 - Networking in SwiftUI
  145. Урок 145. 00:09:48
    H4X0R News Part 3 - The Observer Design Pattern
  146. Урок 146. 00:15:07
    H4X0R News Part 4 - Using UIKit Components with SwiftUI
  147. Урок 147. 00:05:06
    Running your iOS App on a Mac with Project Catalyst
  148. Урок 148. 00:02:56
    Tip from Angela - How to Solidify Your Knowledge
  149. Урок 149. 00:02:36
    Introduction to Version Control and Git
  150. Урок 150. 00:15:03
    Version Control Using Git and the Command Line
  151. Урок 151. 00:11:01
    GitHub and Remote Repositories
  152. Урок 152. 00:12:03
    Gitignore
  153. Урок 153. 00:05:06
    Cloning Repositories
  154. Урок 154. 00:17:26
    Branching and Merging
  155. Урок 155. 00:19:40
    Using Xcode for Source Control
  156. Урок 156. 00:17:09
    Forking and Pull Requests
  157. Урок 157. 00:04:02
    Tip from Angela - Spaced Repetition
  158. Урок 158. 00:03:00
    The Clear App Clone that You'll Build by the End of this Module
  159. Урок 159. 00:16:06
    Subclassing a UITableViewController
  160. Урок 160. 00:07:46
    TableView Delegate Methods and Accessories
  161. Урок 161. 00:17:41
    Creating a Textfield Inside UIAlert to Add New Items
  162. Урок 162. 00:08:30
    Why Do We Need Persistent Local Data Storage?
  163. Урок 163. 00:09:01
    Persistent Local Data Storage Using UserDefaults
  164. Урок 164. 00:08:38
    UserDefaults Explained
  165. Урок 165. 00:05:26
    [Advanced Swift] The Swift Singleton Object
  166. Урок 166. 00:17:52
    Creating a Custom Data Model
  167. Урок 167. 00:03:06
    [Advanced Swift] The Swift Ternary Operator
  168. Урок 168. 00:04:53
    Restructuring Our App with MVC
  169. Урок 169. 00:03:42
    The Concept of iOS Sandboxing
  170. Урок 170. 00:13:07
    Encoding Data with NSCoder
  171. Урок 171. 00:07:40
    Decoding Data with NSCoder
  172. Урок 172. 00:10:14
    Introduction to Databases
  173. Урок 173. 00:18:34
    How to Set up and Configure Core Data
  174. Урок 174. 00:07:30
    How to Save Data with Core Data (Create in CRUD)
  175. Урок 175. 00:04:36
    How to View Your SQLite Database Backend for Core Data
  176. Урок 176. 00:07:31
    Core Data Fundamentals
  177. Урок 177. 00:04:51
    Reading Data from Core Data (Read in CRUD)
  178. Урок 178. 00:02:31
    Updating Data with Core Data (Update in CRUD)
  179. Урок 179. 00:05:19
    Removing Data from Core Data (Delete in CRUD)
  180. Урок 180. 00:26:08
    How to Implement a UISearchBar and Querying with Core Data
  181. Урок 181. 00:07:22
    How to Go Back to the Original List?
  182. Урок 182. 00:13:56
    How to Create Relationship Graphs in Core Data
  183. Урок 183. 00:12:10
    [Solution to Challenge] Setting Up CategoryViewController
  184. Урок 184. 00:15:55
    Adding the Delegate Method
  185. Урок 185. 00:15:42
    Introduction to Realm
  186. Урок 186. 00:15:30
    How to Save Data Using Realm (Create in CRUD)
  187. Урок 187. 00:20:21
    Fetching Data from Realm (Read in CRUD)
  188. Урок 188. 00:03:33
    Updating Data with Realm (Update in CRUD)
  189. Урок 189. 00:02:37
    Removing Data from Realm (Delete in CRUD)
  190. Урок 190. 00:11:05
    Querying Data Using Realm
  191. Урок 191. 00:11:29
    Review of How Our App Uses Realm for Data Persistence
  192. Урок 192. 00:21:22
    Making Our Cells Swipeable
  193. Урок 193. 00:17:04
    Inheriting from SwipeTableViewController
  194. Урок 194. 00:05:51
    [Solution to Challenge] Inheriting from SwipeTableViewController
  195. Урок 195. 00:08:13
    Adding Colour to Our App
  196. Урок 196. 00:06:50
    [Solution to Challenge] Persisting the Colour Property
  197. Урок 197. 00:20:13
    Creating Gradient Flow Cells
  198. Урок 198. 00:20:23
    Updating the UI of the Navigation Bar
  199. Урок 199. 00:01:41
    Tip from Angela - Location, Location, Location!
  200. Урок 200. 00:05:41
    What You'll Need to Implement In-App Purchases
  201. Урок 201. 00:02:45
    Check out the Skeleton Project
  202. Урок 202. 00:14:26
    Setup Your In-App Purchase on App Store Connect
  203. Урок 203. 00:08:23
    Create an Inspirational Quotes App
  204. Урок 204. 00:09:26
    Detecting When a User Wants to Make a Purchase
  205. Урок 205. 00:12:52
    Implementing the In-App Purchase with Apple StoreKit
  206. Урок 206. 00:12:04
    Create Sandbox Users on the App Store to Test In-App Purchases for Free
  207. Урок 207. 00:11:34
    Giving Users Access to Purchased Content
  208. Урок 208. 00:07:08
    Restoring In-App Purchases
  209. Урок 209. 00:02:57
    Tip from Angela - Use Accountability in your Favour
  210. Урок 210. 00:02:26
    Advanced Swift Properties
  211. Урок 211. 00:08:32
    Getters
  212. Урок 212. 00:02:41
    Setters
  213. Урок 213. 00:05:34
    Computed Properties
  214. Урок 214. 00:05:53
    Observed Properties
  215. Урок 215. 00:07:53
    Advanced Properties Challenge
  216. Урок 216. 00:06:02
    Tip from Angela - When Life Gives You Lemons
  217. Урок 217. 00:02:26
    What We'll Make - Calculator
  218. Урок 218. 00:14:51
    Accumulating Numbers in the Calculator
  219. Урок 219. 00:17:02
    Swift Access Levels
  220. Урок 220. 00:13:02
    Advanced Swift Optionals
  221. Урок 221. 00:04:28
    Adding More Functionality to Our Calculator
  222. Урок 222. 00:05:31
    Dealing with the Decimal Place
  223. Урок 223. 00:06:59
    Refactoring with Computed Properties
  224. Урок 224. 00:17:55
    Conforming to MVC
  225. Урок 225. 00:05:57
    Swift Structs vs. Classes - The Theory
  226. Урок 226. 00:25:06
    Swift Structs vs. Classes - In Practice
  227. Урок 227. 00:12:18
    How to Turn Our Model into a Struct
  228. Урок 228. 00:04:21
    Swift Tuples
  229. Урок 229. 00:18:43
    Guard Let vs. If Let When to Use Which?
  230. Урок 230. 00:02:02
    Tip from Angela - Find All the Hard Working People
  231. Урок 231. 00:05:03
    Introduction to Machine Learning
  232. Урок 232. 00:14:10
    Supervised Learning
  233. Урок 233. 00:06:10
    Unsupervised Learning
  234. Урок 234. 00:07:15
    Reinforcement Learning
  235. Урок 235. 00:06:52
    What is CoreML?
  236. Урок 236. 00:02:22
    What we'll be making
  237. Урок 237. 00:21:56
    How to Import the Image Recognition Model & Enable Camera Functionality
  238. Урок 238. 00:14:25
    Getting Image Recognition Results Back from Our V3 Model
  239. Урок 239. 00:07:17
    Hotdog or Not Hotdog?
  240. Урок 240. 00:02:35
    Tip from Angela - Daily Routines
  241. Урок 241. 00:04:02
    What we'll be making
  242. Урок 242. 00:09:19
    Installing CoremlTools using Python PIP
  243. Урок 243. 00:11:59
    Converting a Caffe Model into MLModel
  244. Урок 244. 00:01:42
    [Challenge] - Set up a UIImagePickerController
  245. Урок 245. 00:05:55
    [Solution] - Setting up a UIImagePickerController
  246. Урок 246. 00:01:01
    [Challenge] Getting Classifications from Our Model
  247. Урок 247. 00:09:01
    [Solution] Getting Classifications from our Model
  248. Урок 248. 00:03:06
    [Challenge] Adding Cocoapods to Our Project
  249. Урок 249. 00:01:49
    [Solution] Adding Cocoapods to Our Project
  250. Урок 250. 00:06:15
    [Challenge] Making HTTP GET requests to Wikipedia using Alamofire and REST
  251. Урок 251. 00:03:43
    [Solution] Making HTTP GET requests to Wikipedia using Alamofire and REST
  252. Урок 252. 00:02:10
    [Challenge] Parsing the JSON Result using SwiftyJSON
  253. Урок 253. 00:05:57
    [Solution] Parsing the JSON Result using SwiftyJSON
  254. Урок 254. 00:05:16
    Displaying Images From a URL using SDWebImage
  255. Урок 255. 00:06:48
    [Bonus Lesson] Creating the App Icon From Scratch and Styling the App
  256. Урок 256. 00:03:02
    Tip from Angela - Deep Work
  257. Урок 257. 00:04:38
    Introduction to CreateML
  258. Урок 258. 00:10:03
    How to Gather Data for Training
  259. Урок 259. 00:13:00
    How to Train a Brand New Machine Learning Model
  260. Урок 260. 00:06:49
    [Challenge] Build Your Own Machine Learning Model
  261. Урок 261. 00:02:55
    Tip from Angela - One Step at a Time
  262. Урок 262. 00:06:14
    What We'll Make - Twitter Sentiment Analysis
  263. Урок 263. 00:20:46
    Using CreateML for Natural Language Processing
  264. Урок 264. 00:13:24
    How to Sign Up as a Twitter Developer
  265. Урок 265. 00:17:12
    Setting Up the Swifter Framework
  266. Урок 266. 00:13:19
    How to Fetch Live Twitter Data
  267. Урок 267. 00:06:18
    Performing Sentiment Classification
  268. Урок 268. 00:10:17
    Parsing Tweet Data in JSON
  269. Урок 269. 00:10:21
    Making Batch Predictions
  270. Урок 270. 00:08:06
    Updating the User Interface of Our App
  271. Урок 271. 00:08:52
    Code Refactoring
  272. Урок 272. 00:02:21
    Tip from Angela - Discipline Breeds Discipline
  273. Урок 273. 00:08:07
    Introduction to Augmented Reality and ARKit
  274. Урок 274. 00:11:59
    How to Setup and Configure Your Project for AR
  275. Урок 275. 00:09:25
    How to Create a 3D Object in Augmented Reality
  276. Урок 276. 00:03:44
    Bring the Moon into Your Living Room Using AR
  277. Урок 277. 00:11:31
    How to Find and Import 3D Models for AR
  278. Урок 278. 00:18:20
    How to Detect Horizontal Planes in the Real World
  279. Урок 279. 00:07:09
    How to Detect Touch on Real World 3D Objects
  280. Урок 280. 00:06:50
    How to Place Our Dice in 3D Using Touch
  281. Урок 281. 00:06:18
    How to Animate 3D Objects in AR
  282. Урок 282. 00:05:02
    How to Animate and Roll all the 3D Dice at Once
  283. Урок 283. 00:02:36
    How to Remove Our 3D Objects from the AR Scene
  284. Урок 284. 00:08:40
    [Optional Lesson] Refactoring Our Code for Better Readability
  285. Урок 285. 00:05:23
    Tip from Angela - Dealing with Limitations
  286. Урок 286. 00:00:34
    What We'll Make By the End of this Module
  287. Урок 287. 00:12:21
    Detecting the Start and End Points of Our Measurement
  288. Урок 288. 00:15:06
    Calculating the Distance Between Two 3D points
  289. Урок 289. 00:07:09
    Creating 3D Text in the AR Scene
  290. Урок 290. 00:05:13
    Resetting the Measurements
  291. Урок 291. 00:04:37
    What We'll Make - Pokemon 3D
  292. Урок 292. 00:13:18
    Adding Tracking Images
  293. Урок 293. 00:09:45
    How to Add Plane to Card
  294. Урок 294. 00:07:48
    Converting 3D Models to the New USDZ File Format
  295. Урок 295. 00:11:12
    Adding 3D Pokemon Modes to Card Tracking
  296. Урок 296. 00:14:16
    Tracking Multiple Pokemons
  297. Урок 297. 00:02:07
    Tip from Angela - Imposter Syndrome
  298. Урок 298. 00:01:19
    What We'll Make - A Magical Newspaper
  299. Урок 299. 00:04:02
    How to Source the Assets
  300. Урок 300. 00:12:27
    [Challenge] Detecting Images in AR
  301. Урок 301. 00:08:36
    Video Playback in AR
  302. Урок 302. 00:01:38
    Tip from Angela - How to Become a Freelancer
  303. Урок 303. 00:10:55
    How to Publish Your App on to the App Store
  304. Урок 304. 00:02:44
    Useful Tools to Help You with App Submissions
  305. Урок 305. 00:02:15
    Tip from Angela - How to Build Your Own Products
  306. Урок 306. 00:02:07
    Tip from Angela - How to Get a Job as a Developer
  307. Урок 307. 00:12:24
    Where to Go From Here?
  308. Урок 308. 00:01:42
    Introduction to App Design
  309. Урок 309. 00:01:33
    Why Design is Important for an App Entrepreneur
  310. Урок 310. 00:03:34
    Designer vs. Non-Designer Thinking
  311. Урок 311. 00:06:03
    Understanding the Mood of Your Colour Palette
  312. Урок 312. 00:04:09
    How to Combine Colours to Create Colour Palettes
  313. Урок 313. 00:02:48
    Tools for Designing with Colour
  314. Урок 314. 00:00:45
    Introduction to Typography
  315. Урок 315. 00:04:41
    The Serif Type Family - Origins and Use
  316. Урок 316. 00:01:39
    The Sans-Serif Type Family - Origins and Use
  317. Урок 317. 00:02:40
    How Typography Determines Readability
  318. Урок 318. 00:06:01
    How to Combine Fonts Like a Pro
  319. Урок 319. 00:00:43
    What is User Interface (UI) Design?
  320. Урок 320. 00:03:12
    The Tour Guide Approach to UI Design
  321. Урок 321. 00:02:51
    The Importance of Alignment
  322. Урок 322. 00:08:26
    What is Good Practice in Interaction Design
  323. Урок 323. 00:02:17
    Colour in User Interface Design
  324. Урок 324. 00:03:23
    The Many Ways of Designing Text Overlays
  325. Урок 325. 00:04:47
    How to Be an Attention Architect
  326. Урок 326. 00:04:12
    What is User Experience (UX) Design?
  327. Урок 327. 00:05:18
    Usability
  328. Урок 328. 00:03:15
    Asking for Permissions
  329. Урок 329. 00:02:31
    User Profiling
  330. Урок 330. 00:02:19
    Form vs. Function
  331. Урок 331. 00:02:58
    Consistency
  332. Урок 332. 00:04:18
    Simplicity
  333. Урок 333. 00:07:28
    Don't Make Me Think
  334. Урок 334. 00:02:35
    Onboarding
  335. Урок 335. 00:03:44
    Idiot Boxes
  336. Урок 336. 00:03:12
    Android vs. iOS Design
  337. Урок 337. 00:03:09
    Navigation
  338. Урок 338. 00:01:10
    The Devil is in the Details
  339. Урок 339. 00:00:36
    Differences in Icon Design
  340. Урок 340. 00:02:33
    Flat Design vs. Material Design
  341. Урок 341. 00:00:45
    Differences in Establishing Visual Hierarchy
  342. Урок 342. 00:02:57
    iOS and Android Design Guidelines
  343. Урок 343. 00:03:30
    Step1 - Design Patterns and Colour Palettes
  344. Урок 344. 00:07:57
    Step 2 - How to Create a User Flow Diagram
  345. Урок 345. 00:10:34
    Step 3 - How to Create Wireframes
  346. Урок 346. 00:05:08
    Step 4 - How to Create Professional Mockups
  347. Урок 347. 00:15:29
    How to Use Sketch to Create Mockups
  348. Урок 348. 00:46:11
    [Optional] Watch me Create a Mock up Using Sketch
  349. Урок 349. 00:03:40
    How to Use Canva to Create Mockups
  350. Урок 350. 00:02:04
    Your Turn to Create Your Own Mockups
  351. Урок 351. 00:03:38
    Step 5 - How to Create an Animated App Prototype
  352. Урок 352. 00:08:04
    Prototyping with Keynote
  353. Урок 353. 00:05:27
    Prototyping with Marvel
  354. Урок 354. 00:01:17
    Your Turn to Create a Prototype
  355. Урок 355. 00:01:11
    How to Keep Designing and Improving
  356. Урок 356. 00:01:15
    Tip from Angela - Step Up to Challenges
  357. Урок 357. 00:01:05
    The Importance of App Marketing
  358. Урок 358. 00:05:28
    The Fallacy of Build it and They Will Come
  359. Урок 359. 00:05:44
    The Importance of Idea Validation
  360. Урок 360. 00:07:21
    1. The Simplest Way of Validating Your Idea - The Starbucks Method
  361. Урок 361. 00:05:28
    2. Using Google Trends to Estimate the Size of Your Market
  362. Урок 362. 00:16:02
    3. The Landing Page Validation Method
  363. Урок 363. 00:03:30
    How to Create a Landing Page Website in Less than an Hour
  364. Урок 364. 00:08:01
    4. Creating a Minimum Viable Product
  365. Урок 365. 00:06:34
    5. Using Crowd-funding to Validate and Fund Your Idea
  366. Урок 366. 00:03:24
    How to Monetise Your App on iOS vs. Android
  367. Урок 367. 00:08:34
    When You Should Create a Paid App
  368. Урок 368. 00:06:28
    When to use In-App Advertisements
  369. Урок 369. 00:06:50
    How You Thought About These Alternative Monetisation Models?
  370. Урок 370. 00:04:24
    How to Get an App icon Designed without Breaking the Bank
  371. Урок 371. 00:06:07
    Split Testing for Super Success
  372. Урок 372. 00:01:10
    What Makes a Good App Icon?
  373. Урок 373. 00:02:59
    The Dos and Don'ts of Making App Screenshots
  374. Урок 374. 00:01:18
    Tools for Building Screenshots
  375. Урок 375. 00:03:33
    Your First 1000 Customers
  376. Урок 376. 00:02:37
    Building an Email List
  377. Урок 377. 00:07:57
    The All Important Landing Page
  378. Урок 378. 00:05:05
    Blogging Your Way to Success
  379. Урок 379. 00:03:15
    Content Marketing for App Downloads
  380. Урок 380. 00:09:23
    How to Successfully Launch on Product Hunt
  381. Урок 381. 00:01:29
    How to Launch on Beta List
  382. Урок 382. 00:02:26
    How to Launch on Hacker News
  383. Урок 383. 00:02:40
    If At First You Don't Succeed...
  384. Урок 384. 00:01:17
    Cross Promotion
  385. Урок 385. 00:03:49
    Social Referrals and Social Queuing
  386. Урок 386. 00:04:51
    How to Make Social Media Work for You
  387. Урок 387. 00:00:51
    Do I Need a PR Agency?
  388. Урок 388. 00:00:41
    Not All Press is Created Equal
  389. Урок 389. 00:04:57
    How to Craft Your Story
  390. Урок 390. 00:01:39
    How to Craft Your Pitch
  391. Урок 391. 00:02:45
    How to Figure Out Which Journalists to Pitch
  392. Урок 392. 00:01:34
    How to Find Anyone's Email Address
  393. Урок 393. 00:04:37
    How to Pitch a Journalist
  394. Урок 394. 00:01:07
    Establishing a Relationship with a Journalist
  395. Урок 395. 00:03:55
    What if You Still Can't Get Anyone to Write About You?
  396. Урок 396. 00:02:02
    Final Tips on Getting Press
  397. Урок 397. 00:01:09
    How to Get Featured on the App Store?
  398. Урок 398. 00:01:37
    "Only on the App Store"
  399. Урок 399. 00:01:05
    Work with the Corporate Mindset
  400. Урок 400. 00:02:07
    Native vs. Cross-Platform Apps
  401. Урок 401. 00:03:08
    Tips and Tricks for Getting Featured
  402. Урок 402. 00:01:01
    What is App Store Optimisation (ASO)?
  403. Урок 403. 00:02:06
    Top Tips to Optimise Your App Store Listing
  404. Урок 404. 00:05:00
    My Complete ASO Workflow
  405. Урок 405. 00:02:06
    Using Apple Search Ads as a Research Tool
  406. Урок 406. 00:01:20
    Early vs. Late Game Strategies
  407. Урок 407. 00:02:25
    Differences Between Google Play and Apple App Store
  408. Урок 408. 00:00:53
    When to use Paid Advertising or App Marketing
  409. Урок 409. 00:03:51
    Always Test Before You Advertise
  410. Урок 410. 00:00:34
    Which Platform to Advertise On?
  411. Урок 411. 00:01:39
    How Much Does it Cost?
  412. Урок 412. 00:02:29
    How to Setup Your Facebook Ad
  413. Урок 413. 00:02:17
    Use Your Competitors' Ad Budget
  414. Урок 414. 00:00:57
    Where Can I Find More Customers?
  415. Урок 415. 00:01:40
    One Weird Trick to Get More Money from Apple
  416. Урок 416. 00:04:10
    How to Get More 5 Star Ratings and Reviews
  417. Урок 417. 00:01:02
    Use This Free Tools to Monitor Your App Reviews
  418. Урок 418. 00:03:09
    How to use App Analytics to Increase User Retention
  419. Урок 419. 00:03:04
    White Hat Techniques
  420. Урок 420. 00:04:21
    Black Hat Techniques
  421. Урок 421. 00:01:48
    A 5 Second Way of Building a Web Page for Your iOS App
  422. Урок 422. 00:09:53
    How to Use Bootstrap to Build Your App Showcase Website
  423. Урок 423. 00:01:26
    Tip from Angela - Decision Fatigue
  424. Урок 424. 00:39:43
    AAA 1 - How to Soak in Programming Concepts & much more
  425. Урок 425. 00:39:09
    AAA 2 - Schedule for Learning to Code & much more
  426. Урок 426. 00:25:20
    AAA 3 - How to Start Freelancing & much more
  427. Урок 427. 00:59:53
    AAA 4 - The Live AMA
  428. Урок 428. 00:51:02
    How to Make an App From Beginning to End