SlideShare a Scribd company logo
Todd Burgess
Todd Burgess Media
todd@toddburgessmedia.com
Twitter: @tburgess57
Github: toddburgessmedia
Introduction to Dagger 2
How to Dependency Inject a Kitten
An Introduction to Dagger 2
Give an object its instance variables
James Shore
Introduction to Dagger 2
Dependency Injection Definition
Introduction to Dagger 2
The Tail of 2 Constructors
class A {
B b;
public A () {
this.b = new B();
}
public A (B b) {
this.b = b;
}
}
Dagger 2 is a library that manages dependency injection in our Android
applications
Dagger 2 is maintained by Google and is a fork of Dagger 1 that was
done by Square
Introduction to Dagger 2
Dagger 2 Introduction
Introduction to Dagger 2
SharedPreferences Between Activities
Creates two objects when there only needs to be one
Code is duplicated across two activites
Introduction to Dagger 2
Problem with Current Example
Introduction to Dagger 2
Breaking SharedPreferences
Introduction to Dagger 2
If Only There Was a Way to Solve This
Introduction to Dagger 2
The Problem and the Desired Solution
Dagger 2 To the Rescue
1)Create Modules to Provide Dependencies
1)Create Component to Link Modules to
Activities/Fragments
1)Create Component instance in Application
1)Inject dependencies into Activites/Fragments
Introduction to Dagger 2
Dagger 2 in a Nutshell
Dagger Demo
https://github.com/toddburgessmedia/Dagger2Demo
//Dagger 2 dependencies
compile 'com.google.dagger:dagger:2.11'
annotationProcessor 'com.google.dagger:dagger-compiler:2.11'
provided 'javax.annotation:jsr250-api:1.0'
Introduction to Dagger 2
Step 1
Add Dagger 2 Dependencies to build.gradle
Create the Module
AppModule.java
Create the Component
DemoComponent.java
Create the Application class
DemoApplication.java
Add DemoApplication to AndroidManifest.xml
Inject SharedPreferences
GreetingActivity.java
@Inject
lateinit var prefs : SharePreferences
Avoid null checks for dependency injected fields with lateinit
Introduction to Dagger 2
Dagger 2 and Kotlin
Lateinit for field injection
Introduction to Dagger 2
How to Dependency Inject a Kitten
Toronto Cat Rescue Kitten - Argo
Library by Square
Retrofit queries REST sources and returns the result as POJOs
Introduction to Dagger 2
Introduction to Retrofit
Get All Cats Available for Adoption Using Retrofit
Get Information About a Kitten
Introduction to Dagger 2
Using Dagger 2 to Dependency Inject a Kitten
Dagger 2 allows you the developer to focus more on writing code and
instead of maintaining it
Dagger 2 can be used to assist with testing and app frameworks (ex.
MVP)
Introduction to Dagger 2
In Conclusion
Adopt a Toronto Cat Rescue Cat
Alex – 1 Year old, Female
Dagger 2
https://google.github.io/dagger/
Retrofit
https://github.com/square/retrofit
Dagger 2 Demo
https://github.com/toddburgessmedia/Dagger2Demo
Toronto Cat Rescue
https://torontocatrescue.ca/
Introduction to Dagger 2
Links

More Related Content

What's hot (7)

PDF
Apache Deltaspike the CDI Toolbox (Java One 2015)
Antoine Sabot-Durand
 
PDF
Effective Development With Eclipse Mylyn, Git, Gerrit and Hudson
Chris Aniszczyk
 
PDF
Курс Java-2016. Занятие 04 (часть 2). Git и GitHub
7bits
 
PPTX
Jenkins User Conference 2013 Palo Alto: Keynote
Kohsuke Kawaguchi
 
PDF
Building Universal Applications with Angular 2
Minko Gechev
 
PDF
Controlling your race with Micrometer and Spring Boot / Micronaut (Brown Bag)
Ko Turk
 
PDF
Kubernetes GitOps featuring GitHub, Kustomize and ArgoCD
Sunnyvale
 
Apache Deltaspike the CDI Toolbox (Java One 2015)
Antoine Sabot-Durand
 
Effective Development With Eclipse Mylyn, Git, Gerrit and Hudson
Chris Aniszczyk
 
Курс Java-2016. Занятие 04 (часть 2). Git и GitHub
7bits
 
Jenkins User Conference 2013 Palo Alto: Keynote
Kohsuke Kawaguchi
 
Building Universal Applications with Angular 2
Minko Gechev
 
Controlling your race with Micrometer and Spring Boot / Micronaut (Brown Bag)
Ko Turk
 
Kubernetes GitOps featuring GitHub, Kustomize and ArgoCD
Sunnyvale
 

Similar to How To Dependency Inject a Kitten: An Introduction to Dagger 2 (20)

PPTX
Android Dagger2
Monir Zzaman
 
PPTX
The Power of Dependency Injection with Dagger 2 and Kotlin
Knoldus Inc.
 
PDF
Dagger2 Intro
Young-Hyuk Yoo
 
PDF
Getting started with dagger 2
Rodrigo Henriques
 
PPTX
Di with dagger2 in android
Brian Kiptoo
 
PPTX
Introduction to Dagger 2 by Ratanak
ratanak pek
 
PPTX
Android Dagger 2
Sanket Shah
 
PPTX
Dependency injection using dagger 2
Mahmoud El-Naggar
 
PDF
Dagger 2 - Ciklum Speakers' Corner
Constantine Mars
 
PPTX
Dagger 2
William Wang
 
PDF
Dagger1
Ramesh Akula
 
PDF
DI with Dagger2
Eugen Martynov
 
PPTX
Dagger 2 ppt
Swati Srivastava
 
PPTX
Dependency injection using dagger2
Javad Hashemi
 
PDF
Dagger for android
Kan-Han (John) Lu
 
PDF
Android talks #08 dagger2
Infinum
 
PPTX
Dagger2
Anjan Debnath
 
PPTX
Dependency Injection in Android with Dagger 2
Cumulations Technologies
 
PPTX
Sword fighting with Dagger GDG-NYC Jan 2016
Mike Nakhimovich
 
PDF
Dependency injection and dagger2 in android paramvir singh
Paramvir Singh
 
Android Dagger2
Monir Zzaman
 
The Power of Dependency Injection with Dagger 2 and Kotlin
Knoldus Inc.
 
Dagger2 Intro
Young-Hyuk Yoo
 
Getting started with dagger 2
Rodrigo Henriques
 
Di with dagger2 in android
Brian Kiptoo
 
Introduction to Dagger 2 by Ratanak
ratanak pek
 
Android Dagger 2
Sanket Shah
 
Dependency injection using dagger 2
Mahmoud El-Naggar
 
Dagger 2 - Ciklum Speakers' Corner
Constantine Mars
 
Dagger 2
William Wang
 
Dagger1
Ramesh Akula
 
DI with Dagger2
Eugen Martynov
 
Dagger 2 ppt
Swati Srivastava
 
Dependency injection using dagger2
Javad Hashemi
 
Dagger for android
Kan-Han (John) Lu
 
Android talks #08 dagger2
Infinum
 
Dagger2
Anjan Debnath
 
Dependency Injection in Android with Dagger 2
Cumulations Technologies
 
Sword fighting with Dagger GDG-NYC Jan 2016
Mike Nakhimovich
 
Dependency injection and dagger2 in android paramvir singh
Paramvir Singh
 
Ad

Recently uploaded (20)

PPTX
Water Resources Engineering (CVE 728)--Slide 4.pptx
mohammedado3
 
PPT
Footbinding.pptmnmkjkjkknmnnjkkkkkkkkkkkkkk
mamadoundiaye42742
 
PPTX
Distribution reservoir and service storage pptx
dhanashree78
 
PDF
MODULE-5 notes [BCG402-CG&V] PART-B.pdf
Alvas Institute of Engineering and technology, Moodabidri
 
PDF
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
PDF
Electrical Machines and Their Protection.pdf
Nabajyoti Banik
 
PDF
Viol_Alessandro_Presentazione_prelaurea.pdf
dsecqyvhbowrzxshhf
 
PPTX
OCS353 DATA SCIENCE FUNDAMENTALS- Unit 1 Introduction to Data Science
A R SIVANESH M.E., (Ph.D)
 
PDF
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
PDF
Digital water marking system project report
Kamal Acharya
 
PPT
Testing and final inspection of a solar PV system
MuhammadSanni2
 
PPTX
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
PDF
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
PPTX
MODULE 04 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 
PDF
SERVERLESS PERSONAL TO-DO LIST APPLICATION
anushaashraf20
 
PDF
Submit Your Papers-International Journal on Cybernetics & Informatics ( IJCI)
IJCI JOURNAL
 
PDF
WD2(I)-RFQ-GW-1415_ Shifting and Filling of Sand in the Pond at the WD5 Area_...
ShahadathHossain23
 
PPTX
How Industrial Project Management Differs From Construction.pptx
jamespit799
 
PPT
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
PPTX
2025 CGI Congres - Surviving agile v05.pptx
Derk-Jan de Grood
 
Water Resources Engineering (CVE 728)--Slide 4.pptx
mohammedado3
 
Footbinding.pptmnmkjkjkknmnnjkkkkkkkkkkkkkk
mamadoundiaye42742
 
Distribution reservoir and service storage pptx
dhanashree78
 
MODULE-5 notes [BCG402-CG&V] PART-B.pdf
Alvas Institute of Engineering and technology, Moodabidri
 
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
Electrical Machines and Their Protection.pdf
Nabajyoti Banik
 
Viol_Alessandro_Presentazione_prelaurea.pdf
dsecqyvhbowrzxshhf
 
OCS353 DATA SCIENCE FUNDAMENTALS- Unit 1 Introduction to Data Science
A R SIVANESH M.E., (Ph.D)
 
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
Digital water marking system project report
Kamal Acharya
 
Testing and final inspection of a solar PV system
MuhammadSanni2
 
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
MODULE 04 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 
SERVERLESS PERSONAL TO-DO LIST APPLICATION
anushaashraf20
 
Submit Your Papers-International Journal on Cybernetics & Informatics ( IJCI)
IJCI JOURNAL
 
WD2(I)-RFQ-GW-1415_ Shifting and Filling of Sand in the Pond at the WD5 Area_...
ShahadathHossain23
 
How Industrial Project Management Differs From Construction.pptx
jamespit799
 
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
2025 CGI Congres - Surviving agile v05.pptx
Derk-Jan de Grood
 
Ad

How To Dependency Inject a Kitten: An Introduction to Dagger 2