Skip to content

anjandebnath/Dagger2Detail

Repository files navigation

ACK

this simple project contains the base example of Dagger2.

Types of Dependency Injection (DI)

Dagger2 supports these types of Injection

  • Field Injection
  • Constructor Injection
  • Method Injection

How Dagger work

This Field Injection and Method and Constructor Injection will give much clear idea about Dagger2 image

How to start

to get the basic idea please go through the codes under package

coffeehelper (no DI)

coffeeehelper_dagger2 (DI with Dagger2)

  • Field Injection ( ResturantAFieldInjection ) [branch: master]
  • Method Injection ( ResturantAMethodInjection ) [branch: MethodInjection]
  • Constructor Injection (ResturantAConstructorInjection) [branch: constructor_injection]

Dagger2 with MVP

  • This is actually contain a simple MainActivity and a dagger activity named Main2Activity
  • Also it provides a basic example of DI with MVP pattern.
  • you can find the Dependency Injection with MVP on the pacakge named mvpui_dagger2

Best Regards

Anjan Debnath

Releases

No releases published

Packages

No packages published

Languages