1. Урок 1. 00:07:53
    What is Xamarin?
  2. Урок 2. 00:04:20
    Why use Xamarin
  3. Урок 3. 00:04:39
    The Apps we'll build
  4. Урок 4. 00:03:47
    Getting the Source Code
  5. Урок 5. 00:05:36
    Requirements
  6. Урок 6. 00:02:50
    Installing Xcode on macOS
  7. Урок 7. 00:05:11
    Installing Xamarin on macOS
  8. Урок 8. 00:06:55
    Installing Xamarin on Windows
  9. Урок 9. 00:04:53
    Setting the connection between Visual Studio and a Mac computer
  10. Урок 10. 00:05:26
    Creating a Project on Windows
  11. Урок 11. 00:06:26
    Creating a Project on Mac
  12. Урок 12. 00:09:22
    The Structure of the Projects
  13. Урок 13. 00:11:48
    Introduction to XAML
  14. Урок 14. 00:09:24
    Coding the functionality of a button
  15. Урок 15. 00:07:04
    Testing our app in an Android emulator (macOS)
  16. Урок 16. 00:03:29
    Testing our app in an Android emulator (Windows)
  17. Урок 17. 00:04:07
    Testing on an iOS simulator
  18. Урок 18. 00:04:14
    Remote iOS Simulator to Windows
  19. Урок 19. 00:08:52
    XAML Hot Reload
  20. Урок 20. 00:14:00
    Debugging your Xamarin Apps
  21. Урок 21. 00:07:57
    Creating a Login Page with better Event Handlers
  22. Урок 22. 00:03:27
    Defining better Entry elements
  23. Урок 23. 00:09:52
    The Login Logic
  24. Урок 24. 00:12:16
    Navigation Page
  25. Урок 25. 00:08:34
    Tabbed Page
  26. Урок 26. 00:06:18
    Toolbar Item
  27. Урок 27. 00:08:01
    XAML Resources
  28. Урок 28. 00:05:31
    Implicit XAML Styles
  29. Урок 29. 00:03:19
    Explicit XAML Styles
  30. Урок 30. 00:06:22
    Creating a Console App
  31. Урок 31. 00:07:47
    Methods
  32. Урок 32. 00:08:07
    Variables and Scope
  33. Урок 33. 00:05:54
    Methods and Variables Challenge
  34. Урок 34. 00:12:56
    Classes and Namespaces
  35. Урок 35. 00:12:01
    Objects - Instances of a Class
  36. Урок 36. 00:06:49
    Properties
  37. Урок 37. 00:05:00
    Overloading Methods
  38. Урок 38. 00:09:04
    Inheritance
  39. Урок 39. 00:06:55
    Method Overriding
  40. Урок 40. 00:05:22
    Interfaces
  41. Урок 41. 00:07:10
    Implementing an Interface
  42. Урок 42. 00:09:51
    Asynchronous Programming
  43. Урок 43. 00:07:47
    Adding SQLite
  44. Урок 44. 00:04:13
    New App Constructor
  45. Урок 45. 00:06:40
    Database Paths
  46. Урок 46. 00:03:46
    The Model of a Database Table
  47. Урок 47. 00:02:54
    SQLite Atributes
  48. Урок 48. 00:11:33
    Inserting into the Database
  49. Урок 49. 00:09:16
    Read from the Database
  50. Урок 50. 00:04:29
    The IDisposable interface and Using statements
  51. Урок 51. 00:04:36
    Data Binding
  52. Урок 52. 00:07:45
    ListView
  53. Урок 53. 00:12:34
    Updating and Deleting from Table
  54. Урок 54. 00:07:54
    Getting iOS Project ready for Maps
  55. Урок 55. 00:13:31
    Getting Android Project ready for Maps
  56. Урок 56. 00:09:37
    Restricting API Key
  57. Урок 57. 00:05:41
    Displaying Maps from XAML
  58. Урок 58. 00:19:30
    Displaying the User's Location
  59. Урок 59. 00:12:59
    Handling Location Changes
  60. Урок 60. 00:12:51
    Exploring the Foursquare API
  61. Урок 61. 00:08:24
    Creating URL for REST Request
  62. Урок 62. 00:02:09
    Preparing Projects
  63. Урок 63. 00:11:19
    Making HTTP Get Requests
  64. Урок 64. 00:06:42
    Venue model from JSON
  65. Урок 65. 00:06:22
    Deserializing Json strings into C# objects
  66. Урок 66. 00:10:27
    Custom Cells
  67. Урок 67. 00:12:13
    Updating the Post Model
  68. Урок 68. 00:08:59
    Displaying pins on a map
  69. Урок 69. 00:09:59
    Displaying shared images
  70. Урок 70. 00:07:12
    Android Images
  71. Урок 71. 00:07:03
    iOS Images
  72. Урок 72. 00:05:49
    Displaying Platform Specific Images
  73. Урок 73. 00:07:06
    Profile Page
  74. Урок 74. 00:07:04
    Linq Distinct - Unique values from a list
  75. Урок 75. 00:04:40
    Linq Where - Filtering a list
  76. Урок 76. 00:08:46
    ListViews and Dictionaries
  77. Урок 77. 00:04:32
    Google Firebase
  78. Урок 78. 00:03:11
    Creating a Firebase Project
  79. Урок 79. 00:07:44
    Configuring the Firebase iOS Application
  80. Урок 80. 00:05:59
    Entitlements and Signing Configurations
  81. Урок 81. 00:04:08
    Configuring the Firebase Android Application
  82. Урок 82. 00:18:47
    Dependency Services
  83. Урок 83. 00:20:39
    iOS Implementation of Firebase Auth
  84. Урок 84. 00:06:34
    Simplifying Error Messages
  85. Урок 85. 00:13:32
    Android Implementation of Firebase Auth
  86. Урок 86. 00:16:10
    Preparing our project to use Firestore
  87. Урок 87. 00:13:46
    iOS Firestore Implementation - Part 1
  88. Урок 88. 00:12:22
    iOS Firestore Implementation - Part 2
  89. Урок 89. 00:07:14
    Android Firestore Implementation - PART 1
  90. Урок 90. 00:13:10
    Android Firestore Implementation - PART 2
  91. Урок 91. 00:13:22
    Replace SQLite with Firestore
  92. Урок 92. 00:10:39
    Test the Android Application
  93. Урок 93. 00:04:56
    Introduction to MVVM
  94. Урок 94. 00:05:24
    The Model
  95. Урок 95. 00:05:42
    The View Model
  96. Урок 96. 00:14:29
    The ICommand interface
  97. Урок 97. 00:12:22
    Simpler Command implementation
  98. Урок 98. 00:10:11
    Command Parameters
  99. Урок 99. 00:05:30
    Can Execute
  100. Урок 100. 00:13:03
    The INotifyCollectionChanged interface
  101. Урок 101. 00:12:55
    ObservableCollection for the Profile Page
  102. Урок 102. 00:10:41
    Navigating through Binding
  103. Урок 103. 00:06:58
    The INotifyPropertyChanged interface
  104. Урок 104. 00:17:58
    The Login Command
  105. Урок 105. 00:18:31
    Using all interfaces for the NewTravelPage
  106. Урок 106. 00:02:13
    End of the Xamarin Forms Part of the Course
  107. Урок 107. 00:03:49
    Xamarin Forms vs Xamarin Classic
  108. Урок 108. 00:13:13
    Creating a Native project - Windows
  109. Урок 109. 00:04:12
    Creating a Native project - Mac
  110. Урок 110. 00:05:36
    The AXML Designer for Android
  111. Урок 111. 00:04:45
    The AXML Source code
  112. Урок 112. 00:09:45
    Android Activity
  113. Урок 113. 00:06:55
    The iOS Storyboard
  114. Урок 114. 00:09:47
    The ViewController
  115. Урок 115. 00:03:31
    The Apps we'll build
  116. Урок 116. 00:06:29
    The Login Page
  117. Урок 117. 00:06:14
    Creating a new Activity
  118. Урок 118. 00:05:14
    Intents
  119. Урок 119. 00:05:47
    Passing Values through Intents
  120. Урок 120. 00:04:30
    The Login Page
  121. Урок 121. 00:08:52
    Adding Constraints
  122. Урок 122. 00:07:01
    New ViewController
  123. Урок 123. 00:06:18
    The NavigationController
  124. Урок 124. 00:07:35
    Segues
  125. Урок 125. 00:06:11
    Creating another Azure App Service
  126. Урок 126. 00:06:05
    Connecting to the App Service
  127. Урок 127. 00:04:16
    Creating a Table and its Class
  128. Урок 128. 00:12:38
    Inserting into a Table
  129. Урок 129. 00:11:55
    Reading from a Table
  130. Урок 130. 00:04:51
    The PCL
  131. Урок 131. 00:12:37
    Reusing Login Functionality
  132. Урок 132. 00:09:03
    Reusing Register Functionality
  133. Урок 133. 00:06:41
    Read Tables
  134. Урок 134. 00:05:47
    Intro to Generics
  135. Урок 135. 00:08:57
    Inserting to any Table
  136. Урок 136. 00:10:03
    Preparing Android Project to use Tab Layout
  137. Урок 137. 00:06:31
    Using the TabLayout
  138. Урок 138. 00:17:35
    Navigating between Fragments
  139. Урок 139. 00:03:13
    Prevent Back Navigation
  140. Урок 140. 00:16:32
    Toolbar Navigation
  141. Урок 141. 00:07:57
    Inserting Deliveries
  142. Урок 142. 00:09:58
    The TabBarController
  143. Урок 143. 00:10:55
    Adding One View Per Tab
  144. Урок 144. 00:04:49
    Prevent Back Navigation
  145. Урок 145. 00:10:30
    The BarButtonItem
  146. Урок 146. 00:03:47
    The ListFragment
  147. Урок 147. 00:11:37
    The ListAdapter
  148. Урок 148. 00:18:07
    Using a Custom Adapter
  149. Урок 149. 00:04:51
    The TableViewController
  150. Урок 150. 00:15:24
    The TableViewCell
  151. Урок 151. 00:13:17
    Using a Custom Cell
  152. Урок 152. 00:10:45
    Preparing the Project to use Maps
  153. Урок 153. 00:03:47
    Obtaining the Google Maps API Key
  154. Урок 154. 00:05:58
    Displaying Maps (Android)
  155. Урок 155. 00:11:38
    Location and Pins
  156. Урок 156. 00:14:26
    Running on Android Device
  157. Урок 157. 00:07:57
    Displaying Maps (iOS)
  158. Урок 158. 00:10:09
    Location and Pins in iOS
  159. Урок 159. 00:03:30
    Getting the Center of the Map
  160. Урок 160. 00:09:40
    The Layout for the new App
  161. Урок 161. 00:19:35
    UI And Navigation Challenge - Part 1
  162. Урок 162. 00:05:03
    UI And Navigation Challenge - Part 2
  163. Урок 163. 00:11:04
    UI And Navigation Challenge - Part 3
  164. Урок 164. 00:09:10
    Updating Deliveries
  165. Урок 165. 00:21:56
    Implemeiting Functionality Challenge - Part 1
  166. Урок 166. 00:19:41
    Implemeiting Functionality Challenge - Part 2
  167. Урок 167. 00:20:16
    DisplayingMaps and Getting Directions
  168. Урок 168. 00:14:17
    Biometric Authentication - iOS
  169. Урок 169. 00:03:45
    Biometric Authentication with FaceID
  170. Урок 170. 00:19:50
    Biometric Authentication - Android
  171. Урок 171. 00:08:06
    Haptic Feedback
  172. Урок 172. 00:19:40
    App Shortcuts
  173. Урок 173. 00:07:44
    Updating Android Projects to Oreo
  174. Урок 174. 00:06:14
    Updating iOS Project to iOS 11
  175. Урок 175. 00:13:22
    Preparing the Android Project
  176. Урок 176. 00:03:50
    Generating APK
  177. Урок 177. 00:06:40
    Publishing your Android Application
  178. Урок 178. 00:07:23
    Preparing the iOS Project
  179. Урок 179. 00:14:07
    Generating IPA
  180. Урок 180. 00:07:15
    Publishing your iOS Application
  181. Урок 181. 00:05:32
    Sending Updates to the Stores
  182. Урок 182. 00:11:18
    About In App Purchases
  183. Урок 183. 00:11:15
    Creating the iOS In-App Purchases
  184. Урок 184. 00:12:28
    Performing the Purchase on iOS
  185. Урок 185. 00:07:40
    Performing the Purchase on Android
  186. Урок 186. 00:04:50
    Bonus Lecture and Information