Skip to content

Project used as base for presentation on Dagger 2 for the 03/2016 Android Meetup in Florianopolis/SC/BR

Notifications You must be signed in to change notification settings

3dm1/DepencyInjectionSampleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Injection with Dagger 2

This project was used as a reference while creating the presentation on "Dagger 2 - Dependency Injection" featured on the first Android Meetup in Florianopolis/SC. The code follows the MVP pattern and uses Retrofit for network requests and DBFlow as a ORM.

Branches

Branches follow the order of slides in the presentation and are described as follows:

  • master: sample app without any automatic dependency injection;
  • dependency_injection: app now integrated with dagger 2, but with a single component comprehending all modules;
  • dagger_component_dependency: example showing usage of component dependency;
  • dagger_subcomponent: example of usage of subcomponents.

About

Project used as base for presentation on Dagger 2 for the 03/2016 Android Meetup in Florianopolis/SC/BR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages