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

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

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)