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
- Host: GitHub
- URL: https://github.com/keshava11/daggerdemos
- Owner: Keshava11
- Created: 2018-05-17T09:49:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T13:11:10.000Z (over 7 years ago)
- Last Synced: 2025-03-04T23:32:47.788Z (10 months ago)
- Topics: android, dagger2, dagger2-android, dependency-injection
- Language: Java
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support/.gitignore
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.