Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Dependency Injection On Android Using Hilt

    Posted By: ELK1nG
    Dependency Injection On Android Using Hilt

    Dependency Injection On Android Using Hilt
    Last updated 3/2023
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 168.62 MB | Duration: 0h 31m

    Implement Dependency Injection using Hilt without boilerplate code

    What you'll learn

    Learn what is Dependency Injection

    Set up Hilt in Android Studio project

    Use Hilt for implementing Dependency Injection

    Create simple application using Hilt

    Requirements

    You should be familiar with Android development. We are going to use Android Studio and Kotlin programming language.

    Description

    Are you wondering what dependency and Dependency Injection is, why you need dependency injection in your project, and how to implement it using Hilt? Then you are at the right place and this course is for you.In this course, you will learn:what Dependency and Dependency Injection arehow to implement Dependency Injection using Hiltdifferent features of the Hilt libraryDependency Injection is an important technique to make code:More maintainableAvoid code replicationImprove lifecycle managementMore testableMore readableHilt is a Dependency Injection library that is built on top of Dagger and it helps to implement Dependency Injection without a lot of boilerplate code.At the end of the course, you will be able to:set up the Hilt library in the Android Studio projectcreate a module for providing dependenciesprovide dependencies using @Provide annotationbind dependencies using @Binds annotationinject dependencies using @Inject annotationintegrate Hilt with ViewModelto provide the same instance with @Singleton annotationinject Context using Hiltprovide instances of the same types using @Named and @Qualifier annotationsImplementation of Dependency Injection is demonstrated in the example of a simple weather forecast application. After taking this course, you will be able to implement Dependency Injection using Hilt in your Android Studio project.Why me?I am developing Android applications since 2013. I have participated in many projects in the education, mobile banking, telecommunication, retail, and transportation fields. I am teaching Android development since 2015 and created several online courses on Android development. I have a Masters degree in Computer Science. Currently, I working on my start-up project called Cheapta, which helps to find cheap flights.

    Overview

    Section 1: Introduction

    Lecture 1 Welcome

    Lecture 2 Quick example

    Section 2: Dependency Injection

    Lecture 3 Dependency

    Lecture 4 Dependency Injection

    Lecture 5 Service Locator

    Section 3: Hilt

    Lecture 6 Dagger and Hilt

    Lecture 7 Code

    Lecture 8 Project without Dependency Injection

    Lecture 9 Project with Dependency Injection

    Lecture 10 Hilt workflow

    Lecture 11 ViewModel

    Lecture 12 Binds

    Lecture 13 Singleton

    Lecture 14 Context

    Lecture 15 Named

    Lecture 16 Qualifier

    Lecture 17 Component

    Lecture 18 Practice

    Section 4: Conclusion

    Lecture 19 Thank you

    Beginner Android developers who would like to learn Dependency Injection using Hilt