Hilt ViewModels and Dependency Injection
Offered By: CodingWithMitch via YouTube
Course Description
Overview
Learn how to implement dependency injection into ViewModels using Hilt in Android development. Explore the advantages of constructor injection over field injection and discover how Hilt simplifies ViewModel instantiation in Fragments and Activities. Master the "by viewModels()" method for maintaining ViewModel instances in Fragments and the "by activityViewModels()" method for sharing ViewModels across multiple Fragments with a common host Activity. Follow along with practical examples and gain insights into efficient package structuring, ViewModel building, and dependency injection techniques for Android applications.
Syllabus
Introduction
Dependency Injection
Package Structure
Building the ViewModel
Using ViewModelInject
Using Dependency Injection
Sharing ViewModels
Outro
Taught by
CodingWithMitch
Related Courses
Android: Room FundamentalsPluralsight Building Apps with Android Architecture Components
Pluralsight Android App Development: Localization and Internationalization
LinkedIn Learning Android Development: Data Binding
LinkedIn Learning Building an Android App with Architecture Components
LinkedIn Learning