Pergunta de entrevista da empresa Delivery Hero

What is Dependency injection

Respostas da entrevista

Sigiloso

4 de mar. de 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.

Sigiloso

4 de mar. de 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.