https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-constructor
Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing
https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-constructor
android android-library android-studio dependency-injection kotlin-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: about 2 months ago
JSON representation
Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-constructor
- Owner: VaibhavMojidra
- Created: 2021-07-24T16:53:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T16:56:13.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T01:13:59.998Z (over 1 year ago)
- Topics: android, android-library, android-studio, dependency-injection, kotlin-android, mojidra, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Java
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Java---Demo-Pure-Dependency-Injection-Using-Constructor
Dependency injection is a technique in which an object receives other objects that it depends on.

