Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Dependency Injection in Android with Dagger 2, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:11
    Introduction
  • Урок 2. 00:04:46
    Dependency Injection Terminology
  • Урок 3. 00:04:29
    Fundamental Dependency Injection Techniques
  • Урок 4. 00:01:08
    Udemy Course Review Popup
  • Урок 5. 00:09:08
    Comparison Between Fundamental Dependency Injection Techniques
  • Урок 6. 00:07:30
    Large-Scale Structure
  • Урок 7. 00:06:24
    Architectural Patterns
  • Урок 8. 00:04:22
    Dependency Injection Architectural Pattern (DIAP)
  • Урок 9. 00:06:01
    Fundamental Dependency Injection Techniques vs DIAP
  • Урок 10. 00:03:51
    Tutorial Application Demo
  • Урок 11. 00:06:26
    How to Get the Source Code of the Tutorial Application
  • Урок 12. 00:14:08
    Tutorial Application Code Review
  • Урок 13. 00:08:56
    Tutorial Application Refactoring Rationale
  • Урок 14. 00:19:33
    Extraction of the User Interface Logic into MVC View
  • Урок 15. 00:03:17
    Exercise 1
  • Урок 16. 00:11:20
    Base Class for MVC Views
  • Урок 17. 00:12:48
    Extraction of the Domain Logic into Use Case
  • Урок 18. 00:02:51
    Exercise 2
  • Урок 19. 00:07:00
    Extraction of the Dialogs Management Logic into Dialogs Navigator
  • Урок 20. 00:09:13
    Extraction of the Navigation Logic into Screens Navigator
  • Урок 21. 00:03:48
    Model View Controller (MVC) Architectural Pattern
  • Урок 22. 00:05:52
    Sharing an Instance of a Service among Multiple Clients
  • Урок 23. 00:05:39
    Removing Unneeded "Proxy" Dependencies
  • Урок 24. 00:03:35
    The Law of Demeter
  • Урок 25. 00:06:05
    Refactoring the Use Case According to the Law of Demeter
  • Урок 26. 00:01:26
    Exercise 3
  • Урок 27. 00:11:24
    Application Composition Root
  • Урок 28. 00:07:59
    Lazy Initialization of Services
  • Урок 29. 00:16:09
    Activity Composition Root
  • Урок 30. 00:01:52
    Exercise 4
  • Урок 31. 00:09:15
    Exercise 4 Solution
  • Урок 32. 00:16:05
    Runtime Construction Arguments
  • Урок 33. 00:09:59
    Extraction of MVC Views Construction Logic into a Factory
  • Урок 34. 00:01:13
    Exercise 5
  • Урок 35. 00:15:30
    Presentation Composition Root
  • Урок 36. 00:07:52
    Tutorial Application Refactoring Summary
  • Урок 37. 00:05:46
    Pure Dependency Injection
  • Урок 38. 00:09:39
    The Main Benefit of Dependency Injection
  • Урок 39. 00:08:59
    Context Isolation
  • Урок 40. 00:09:13
    Objects vs Data Structures
  • Урок 41. 00:12:12
    Injecting Services "from Outside"
  • Урок 42. 00:14:02
    Convention Over Configuration (CoC)
  • Урок 43. 00:04:35
    Dependency Injection Frameworks
  • Урок 44. 00:05:29
    Dagger 2
  • Урок 45. 00:03:10
    Gradle Configuration
  • Урок 46. 00:17:01
    Components and Modules
  • Урок 47. 00:02:30
    Exercise 6
  • Урок 48. 00:12:50
    Scopes
  • Урок 49. 00:12:08
    Component as Injector
  • Урок 50. 00:08:11
    Dependent Components
  • Урок 51. 00:01:44
    Exercise 7
  • Урок 52. 00:11:41
    Subcomponents
  • Урок 53. 00:01:25
    Exercise 8
  • Урок 54. 00:12:33
    Multi-Module Components
  • Урок 55. 00:18:50
    Automatic Discovery of Services
  • Урок 56. 00:06:45
    Provider Methods in Modules vs Automatic Discovery
  • Урок 57. 00:15:57
    Workflow with Dagger
  • Урок 58. 00:05:49
    Dagger Tutorial Summary
  • Урок 59. 00:12:22
    Android Services and Dialogs
  • Урок 60. 00:18:34
    Static Provider Methods and Component Builders
  • Урок 61. 00:13:17
    Type Bindings
  • Урок 62. 00:17:09
    Qualifiers
  • Урок 63. 00:13:29
    Providers
  • Урок 64. 00:02:00
    ViewModel
  • Урок 65. 00:10:09
    Incorrect ViewModel Integration
  • Урок 66. 00:09:05
    Dedicated Factories for ViewModels
  • Урок 67. 00:06:31
    Refactoring ViewModel Factories According to the Law of Demeter
  • Урок 68. 00:06:14
    Centralized Factory for ViewModels
  • Урок 69. 00:16:50
    Multibinding
  • Урок 70. 00:20:48
    ViewModel with SavedState
  • Урок 71. 00:18:16
    Why ViewModel is So Complex
  • Урок 72. 00:19:37
    Simplification of ViewModel with SavedState
  • Урок 73. 00:03:12
    Hilt
  • Урок 74. 00:08:18
    Hilt's Fundamental Assumptions
  • Урок 75. 00:02:28
    How to Get the Source Code
  • Урок 76. 00:07:35
    Gradle Configuration, Hilt Application, Android Entry Points
  • Урок 77. 00:08:34
    Installing Modules into Components
  • Урок 78. 00:04:37
    Hilt Scopes
  • Урок 79. 00:02:07
    Providing AppCompatActivity
  • Урок 80. 00:11:42
    Hilt and ViewModel
  • Урок 81. 00:09:47
    Hilt Summary
  • Урок 82. 00:03:43
    Course Summary
  • Урок 83. 00:02:28
    Bonus Lecture
  • Урок 84. 00:02:32
    Dependency injection
  • Урок 85. 00:01:55
    Fundamental Dependency Injection Techniques
  • Урок 86. 00:02:30
    Comparison of Fundamental Dependency Injection Techniques
  • Урок 87. 00:01:17
    Best Fundamental Dependency Injection Technique
  • Урок 88. 00:03:58
    Large Scale Structure
  • Урок 89. 00:02:38
    Architectural Patterns
  • Урок 90. 00:03:19
    Dependency Injection Architectural Pattern
  • Урок 91. 00:03:01
    Dependency Injection Architectural Pattern vs Fundamental Techniques
  • Урок 92. 00:07:05
    Decoupling Business Logic from UI and Networking Logic
  • Урок 93. 00:03:08
    Decoupling Dialogs Management Logic
  • Урок 94. 00:02:38
    Sharing an Instance of a Service between Multiple Clients
  • Урок 95. 00:04:06
    Law of Demeter
  • Урок 96. 00:02:05
    Composition Root
  • Урок 97. 00:05:23
    Presentation Composition Root
  • Урок 98. 00:02:20
    Factory
  • Урок 99. 00:04:33
    Benefits of Dependency Injection
  • Урок 100. 00:02:56
    Pure Dependency Injection
  • Урок 101. 00:04:39
    Convention Over Configuration
  • Урок 102. 00:01:01
    Preventing Multiple Injections
  • Урок 103. 00:01:18
    Dependency Injection Frameworks
  • Урок 104. 00:01:51
    Dagger 2
  • Урок 105. 00:00:39
    Adding Dagger Dependency to the Project
  • Урок 106. 00:10:05
    Application Component
  • Урок 107. 00:05:10
    Presentation Component
  • Урок 108. 00:03:55
    Presentation Component as Injector
  • Урок 109. 00:03:47
    Dependent Components
  • Урок 110. 00:04:24
    Subcomponents
  • Урок 111. 00:02:58
    Multi Module Components
  • Урок 112. 00:01:57
    Automatic Service Discovery
  • Урок 113. 00:02:23
    Providing Context
  • Урок 114. 00:02:16
    Injection into Fragments and Dialogs
  • Урок 115. 00:02:12
    Service Component
  • Урок 116. 00:03:08
    Summary
  • Урок 117. 00:04:53
    ViewModel
  • Урок 118. 00:12:24
    ViewModelFactory
  • Урок 119. 00:03:10
    ViewModelFactory Cleanup
  • Урок 120. 00:05:22
    ViewModelFactory Cleanup Using Dagger 2 Multibindings
  • Урок 121. 00:16:11
    Fixing Subtle Bug in ViewModelFactory
  • Урок 122. 00:03:05
    ViewModel Summary
  • Урок 123. 00:03:02
    Course Summary