Giter VIP home page Giter VIP logo

dagger2detail's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.