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-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-kotlin---demo-pure-dependency-injection-using-constructor

android android-kotlin android-studio dependency-injection kotlin mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 15 days 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

Awesome Lists containing this project