Delivery Hero Interview Question

What is Dependency injection

Interview Answers

Anonymous

Mar 4, 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

Mar 4, 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.