https://github.com/jakesteam/dagger-experiments
Small collection of Dagger implementations from tutorials
https://github.com/jakesteam/dagger-experiments
Last synced: 11 months ago
JSON representation
Small collection of Dagger implementations from tutorials
- Host: GitHub
- URL: https://github.com/jakesteam/dagger-experiments
- Owner: JakeSteam
- License: mit
- Created: 2019-05-14T16:23:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T13:05:16.000Z (about 7 years ago)
- Last Synced: 2025-02-10T03:47:24.412Z (over 1 year ago)
- Language: Kotlin
- Homepage: https://blog.jakelee.co.uk/tutorials-overview-for-dagger-2/
- Size: 183 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dagger Experiments
Working through a few tutorials, playing with some ideas, etc. Mixture of Java and Kotlin.
1 package is used for each tutorial, as follows:
* [baeldung](https://www.baeldung.com/dagger-2)
* [codeproject](https://www.codeproject.com/Articles/615139/An-Absolute-Beginners-Tutorial-on-Dependency-Inver) (note this has been translated from C# -> Kotlin)
* [dzone](https://dzone.com/articles/dagger-2-tutorial-dependency-injection-made-easy)
* [elye.project on Medium](https://medium.com/@elye.project/dagger-2-for-dummies-in-kotlin-with-one-page-simple-code-project-618a5f9f2fe8)
* proandroiddev ([Part 1](https://proandroiddev.com/how-to-dagger-2-with-android-part-1-18b5b941453f), [Part 2](https://proandroiddev.com/how-to-dagger-2-with-android-part-2-10f4fb8f62d0)) (note this has been converted from Java -> Kotlin)