Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-constructor-injection
- Owner: VaibhavMojidra
- Created: 2021-07-24T18:54:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T18:56:59.000Z (over 3 years ago)
- Last Synced: 2024-11-06T01:49:36.901Z (about 2 months ago)
- Topics: android, android-app, android-kotlin, dagger, dagger2, dagger2-android, dependency-injection, mojidra, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Kotlin
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)