Skip to content

dependency injection

ghdrako edited this page May 21, 2024 · 1 revision

Framework

For Android code, most apps use Dagger. For server code, common options include Guice and Spring. Frameworks typically offer a way to register multiple listeners independently and then request them together as a set (Dagger, Guice, Spring).

Test

Clone this wiki locally