Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-constructor-injection

Dagger 2 walks through the dependency graph and generates code that is both easy to understand and trace, while also saving you from writing a large amount of boilerplate code you would normally need to write by hand to obtain references and pass them to other objects as dependencies.
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-constructor-injection

android android-app android-kotlin dagger dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 11 days ago
JSON representation

Dagger 2 walks through the dependency graph and generates code that is both easy to understand and trace, while also saving you from writing a large amount of boilerplate code you would normally need to write by hand to obtain references and pass them to other objects as dependencies.

Awesome Lists containing this project

README

        

# Android-Kotlin---Demo-Dagger-2-Constructor-Injection

Dagger 2 walks through the dependency graph and generates code that is both easy to understand and trace, while also saving you from writing a large amount of boilerplate code you would normally need to write by hand to obtain references and pass them to other objects as dependencies.

![Flow](https://github.com/VaibhavMojidra/Android-Kotlin---Demo-Dagger-2-Constructor-Injection/blob/master/screenshots/Flow.png)
![Output](https://github.com/VaibhavMojidra/Android-Kotlin---Demo-Dagger-2-Constructor-Injection/blob/master/screenshots/Output.png)