Delivery Hero interview question

What is Dependency injection

Interview Answers

Anonymous

4 Mar 2020

Resuming... DI is a technique whereby one object supplies the dependencies of another object. Dagger 2 is the well know compile-time framework for dependency injection in Android.

Anonymous

4 Mar 2020

DI is a technique whereby one object supplies the dependencies of another object. Dagger 2 is the well know compile-time framework for dependency injection in Android.