Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай NativeScript Core Pro, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:18
    Overview
  2. Урок 2. 00:02:26
    Welcome
  3. Урок 3. 00:00:35
    Course Overview
  4. Урок 4. 00:01:02
    Using the Exercise Files
  5. Урок 5. 00:01:52
    About Versions
  6. Урок 6. 00:00:42
    What We're Building
  7. Урок 7. 00:07:12
    Overview
  8. Урок 8. 00:02:45
    Accessing the Native Platform
  9. Урок 9. 00:03:13
    Project Dependencies
  10. Урок 10. 00:04:23
    Keeping a Clean Workspace
  11. Урок 11. 00:07:40
    Debugging Options
  12. Урок 12. 00:02:05
    Configuring Linting
  13. Урок 13. 00:01:17
    Setting Up the Server
  14. Урок 14. 00:06:54
    Consuming the API Using the Fetch Polyfill
  15. Урок 15. 00:07:23
    Running the Completed Backend
  16. Урок 16. 00:01:16
    Overview
  17. Урок 17. 00:01:02
    Project Structure
  18. Урок 18. 00:04:15
    Bootstrapping with Authentication in Mind
  19. Урок 19. 00:05:22
    Application Multi-Environment Configuration
  20. Урок 20. 00:08:07
    Application Configuration via Command Line
  21. Урок 21. 00:07:28
    Application Life Cycle Platform Differences
  22. Урок 22. 00:05:10
    Native Application Events
  23. Урок 23. 00:08:50
    Overview
  24. Урок 24. 00:01:56
    MVVM Pattern
  25. Урок 25. 00:02:10
    MVVM View Responsibilities
  26. Урок 26. 00:08:05
    Applying MVVM: The ViewModel
  27. Урок 27. 00:12:00
    Clean Architecture
  28. Урок 28. 00:04:51
    Applying Clean Architecture to Core
  29. Урок 29. 00:09:46
    Applying Clean Architecture to Infrastructure
  30. Урок 30. 00:05:45
    Auth Flow Business Logic: Injecting Repositories and Services
  31. Урок 31. 00:10:00
    Adding Dependencies: Storage
  32. Урок 32. 00:06:12
    Adding Dependencies: Logging
  33. Урок 33. 00:03:39
    Observable Property Decorator
  34. Урок 34. 00:05:05
    Overview
  35. Урок 35. 00:01:52
    Methodology
  36. Урок 36. 00:02:16
    App State
  37. Урок 37. 00:06:21
    App State Service
  38. Урок 38. 00:05:55
    Backlog View Model
  39. Урок 39. 00:04:06
    Backlog Page
  40. Урок 40. 00:02:07
    Backlog Repository
  41. Урок 41. 00:03:34
    Backlog Service
  42. Урок 42. 00:03:45
    Using App State
  43. Урок 43. 00:06:39
    Moving to the Server
  44. Урок 44. 00:06:06
    Expanding the State Object with CurrentUser
  45. Урок 45. 00:13:12
    Overview
  46. Урок 46. 00:01:10
    Project Updates and Navigation Plan
  47. Урок 47. 00:03:34
    Login/Registration Navigation
  48. Урок 48. 00:03:29
    Routes and Nav Helper
  49. Урок 49. 00:05:10
    Controlling Login Navigation State and Transition
  50. Урок 50. 00:05:52
    Passing Data Between Pages
  51. Урок 51. 00:04:50
    Controlling Platform Specific Back Navigation
  52. Урок 52. 00:06:40
    Logging Out
  53. Урок 53. 00:03:10
    Programmatic Navigation
  54. Урок 54. 00:04:07
    Dynamic Page Loading
  55. Урок 55. 00:03:51
    Overview
  56. Урок 56. 00:00:55
    NativeScript UI Intro
  57. Урок 57. 00:02:16
    Integrating the Side Drawer
  58. Урок 58. 00:08:44
    Application State for Custom Component
  59. Урок 59. 00:06:32
    Custom Menu Component
  60. Урок 60. 00:03:25
    Accessing Custom Properties in TypeScript
  61. Урок 61. 00:04:48
    Custom Component Binding
  62. Урок 62. 00:09:17
    Building a Custom TabStrip
  63. Урок 63. 00:04:52
    Floating Action Button (FAB)
  64. Урок 64. 00:01:17
    Overview
  65. Урок 65. 00:09:38
    Modal Dialog Implementation
  66. Урок 66. 00:05:00
    Reusable Modal Wrappers
  67. Урок 67. 00:06:18
    Scalable and Typed Modal List Picker
  68. Урок 68. 00:07:05
    Specialized List Selection Modal Dialog
  69. Урок 69. 00:05:09
    Nested Modal Pages
  70. Урок 70. 00:07:10
    Navigable Modal Pages with ActionBar
  71. Урок 71. 00:01:40
    Overview
  72. Урок 72. 00:11:57
    DataForm Introduction and Setup
  73. Урок 73. 00:04:26
    DataForm Editors
  74. Урок 74. 00:07:22
    DataForm Commit Modes Workflow
  75. Урок 75. 00:04:10
    DataForm Manual Commit Mode
  76. Урок 76. 00:07:44
    Stepper Editor Native Modification Example
  77. Урок 77. 00:03:57
    Segmented Editor Native Modification Example
  78. Урок 78. 00:01:06
    Multiline Editor Native Modification Example
  79. Урок 79. 00:01:56
    Picker Editor Native Modification Example
  80. Урок 80. 00:01:32
    Overview
  81. Урок 81. 00:05:13
    iOS Status Bar Colors
  82. Урок 82. 00:03:02
    Animating the Status Bar on iOS
  83. Урок 83. 00:02:37
    Android Immersive Full Screen Mode
  84. Урок 84. 00:02:48
    Android Status Bar Background Color
  85. Урок 85. 00:01:43
    Animating the Status Bar on Android
  86. Урок 86. 00:14:06
    Detecting ListView Scroll on iOS with the UITableViewDelegate
  87. Урок 87. 00:04:50
    Detecting ListView Scroll on Android with the OnScrollListener
  88. Урок 88. 00:07:25
    Overview of Project Updates
  89. Урок 89. 00:06:40
    Single UI Root for Extended Flexibility
  90. Урок 90. 00:01:11
    Overview
  91. Урок 91. 00:04:41
    Root Popover Container Layer
  92. Урок 92. 00:07:40
    UI Hierarchy Communication with Custom Events
  93. Урок 93. 00:05:54
    Custom Popover with Shared Load Logic
  94. Урок 94. 00:04:14
    Lazy Loading Global Popover Using Builder
  95. Урок 95. 00:05:13
    Event Bubbling and Platform Differences
  96. Урок 96. 00:02:18
    Adding Animation to Popover
  97. Урок 97. 00:01:18
    Overview
  98. Урок 98. 00:04:42
    Getting Started with the Chart
  99. Урок 99. 00:03:22
    Chart Series
  100. Урок 100. 00:06:22
    Chart Categorical Axis
  101. Урок 101. 00:06:39
    Chart Styling
  102. Урок 102. 00:06:48
    Chart Interaction
  103. Урок 103. 00:00:48
    Overview
  104. Урок 104. 00:05:23
    Setting up i18n
  105. Урок 105. 00:03:07
    Translation Workflow
  106. Урок 106. 00:01:52
    Setting a Language
  107. Урок 107. 00:02:45
    Handling Locales
  108. Урок 108. 00:01:13
    Overview
  109. Урок 109. 00:04:27
    Tracing Basics
  110. Урок 110. 00:05:38
    Trace Built-in and Custom Categories
  111. Урок 111. 00:04:13
    How to Use a Custom TraceWriter
  112. Урок 112. 00:03:03
    Trace Message Types in Custom TraceWriters
  113. Урок 113. 00:02:20
    Error Reporting Infrastructure
  114. Урок 114. 00:03:18
    Reporting Trace Errors
  115. Урок 115. 00:01:53
    Overview
  116. Урок 116. 00:03:19
    Custom Error Handler
  117. Урок 117. 00:03:55
    Handling Exceptions in Production
  118. Урок 118. 00:04:26
    Lazy Service Locator Pattern for Error Services
  119. Урок 119. 00:06:47
    Handled and Unhandled Exceptions
  120. Урок 120. 00:03:20
    Disable Native Exception Propagation
  121. Урок 121. 00:06:29
    Third Party Crash Reporting and Analytics