https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-field
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-field
android android-development dependency-injection kotlin kotlin-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 3 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-field
- Owner: VaibhavMojidra
- Created: 2021-07-24T18:44:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T18:46:28.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T06:48:13.047Z (3 months ago)
- Topics: android, android-development, dependency-injection, kotlin, kotlin-android, mojidra, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Java
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 307 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-Field

