Pregunta de entrevista de Delivery Hero

What is Dependency injection

Respuestas de entrevistas

Anónimo

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.

Anónimo

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.