Hilt Dependency Injection In Android With Kotlin 2023
Last updated 12/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 668.90 MB | Duration: 2h 16m
Last updated 12/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 668.90 MB | Duration: 2h 16m
Hilt with Kotlin in theory and practice in an Android application
What you'll learn
Hilt
Unit Testing
Dependency Injection
Modules
Components
Field Injection
Constructor injection
Method injection
Qualifiers
ViewModel injection
Requirements
Android development knowledge
Kotlin knowledge
Description
Dependency Injection is now an indispensable component of Android development. All well built, large projects use it to make development easier and more practical.Hilt is the next generation dependency injection framework from Google. It's built on top of Dagger and simplifies DI greatly. Android development has been steadily relied upon Dependency Injection, and Hilt is now the fastest and simplest way to implement it in your projects.This course will take you from a complete beginner in the technologyexplain in detail the theoretical aspects of Hilt injectionexhaustively go through all the components that make Hilt such a successful libraryimplement it in a practical applicationAfter this course you will have the knowledge and experience to use Hilt in all your app development projects, and will allow your apps to grow and expand seamlessly.We will learn about:ModulesConstructor injectionField injectionMethod injectionComponentsQualifiersStandard qualifiersViewModel injectionUnit testingWe will build everything in Kotlin.We cover a lot of ground in this course, and we will implement the concepts practically so that you get not only theoretical knowledge but practical experience as well. Whether you start with zero experience in dependency injection or you already know a little bit about it through dagger, this course will show you how to use it with Hilt.Sign up today, and let's learn how to use Hilt to build a modern Android Application.
Overview
Section 1: Introduction
Lecture 1 Introduction
Lecture 2 Important message about Udemy reviews
Lecture 3 Engage on social media
Lecture 4 What is dependency injection
Lecture 5 Dagger basics
Section 2: Basics
Lecture 6 Section overview
Lecture 7 Create project and setup hilt
Lecture 8 Application class
Lecture 9 AndroidEntryPoint
Lecture 10 Constructor injection
Lecture 11 Field injection
Lecture 12 Method injection
Section 3: Modules
Lecture 13 Section overview
Lecture 14 Code setup
Lecture 15 Modules
Lecture 16 Inject interfaces with @Binds
Lecture 17 Inject instances with @Provides
Lecture 18 Qualifiers
Lecture 19 Providing context
Lecture 20 Installing in multiple components
Section 4: Components
Lecture 21 Section overview
Lecture 22 Components and lifetimes
Lecture 23 Scopes
Lecture 24 Hierarchy
Section 5: Others
Lecture 25 ViewModel
Lecture 26 Unit testing
Section 6: Conclusion
Lecture 27 Conclusion
Lecture 28 Thank you
beginner developers,intermediate developers