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