Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Decoding Dependency & Dagger

Ramya
March 10, 2018

Decoding Dependency & Dagger

This was a talk on DI and Dagger (Getting started with DI) in the Blrdroid March'18 meetup, which was a Women's TechMaker's event. Covering the why, what and how of dependecy injection and Dagger.

Ramya

March 10, 2018
Tweet

Other Decks in Technology

Transcript

  1. Agenda • Dependency in Code ◦ Problems with Dependency ◦

    What is Dependency Injection ◦ How Dagger with help in solving the Dependency Problem • Dagger annotations ◦ @Inject, @Component, ◦ @Module, @Provides, ◦ @Singleton, @Scope, @CustomScope,static @Provides ◦ @Named /@Qualifiers • References