https://github.com/janishar/android-dagger2-example
This project implements the dagger 2 in android for dependency injection
https://github.com/janishar/android-dagger2-example
android-dagger2 clean-code dagger2 dependency-injection mvp
Last synced: 2 months ago
JSON representation
This project implements the dagger 2 in android for dependency injection
- Host: GitHub
- URL: https://github.com/janishar/android-dagger2-example
- Owner: janishar
- Created: 2016-12-24T20:02:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T09:00:22.000Z (over 1 year ago)
- Last Synced: 2025-03-28T21:04:11.013Z (2 months ago)
- Topics: android-dagger2, clean-code, dagger2, dependency-injection, mvp
- Language: Java
- Size: 115 KB
- Stars: 454
- Watchers: 20
- Forks: 197
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-dagger2-example
This project implements the dagger 2 in android for dependency injectionThe complete explanation is present in the following articles:
- [Part 1](https://janisharali.com/blog/introduction-to-dagger-2-using-dependency-injection-in-android-part-1-223289c2a01b)
- [Part 2](https://janisharali.com/blog/introduction-to-dagger-2-using-dependency-injection-in-android-part-2-b55857911bcd)# About The Author
You can connect with me here:
* [Janishar Ali](https://janisharali.com)
* [Twitter](https://twitter.com/janisharali)
* [YouTube Channel](https://www.youtube.com/@unusualcode)