An open API service indexing awesome lists of open source software.

https://github.com/keshava11/daggerdemos

Collection of samples based on Dagger2
https://github.com/keshava11/daggerdemos

android dagger2 dagger2-android dependency-injection

Last synced: about 1 month ago
JSON representation

Collection of samples based on Dagger2

Awesome Lists containing this project

README

          

# daggerdemos
### Collection of samples based on Dagger2

## base
Simple example on module, component and injection basics using Dagger 2.

## support
Example based on using new features for Binds, Builders and Injectors.

## pro
Example based on using more advanced topics like ContributesAndroidInjector etc.