Google’s Plan for Dagger 2 for 2020 and Beyond

A summary of Google’s improvement plan for Dagger 2

Picture by Jimmy Chang on Unsplash

At Android Dev Summit 2019, Google stated its opinion on how to develop an app in Android. Manuel Vivo and Daniel Santiago have both presented a great talk on what Google thinks of dependency injection and an improvement plan for Dagger 2 in the below video.

As a fan of Android, Kotlin, and Dagger 2, I’ll summarize the content for quick read in this blog.

It short, for dependency injection, Google made it loud and clear:

Use Dagger 2 for your Medium / Large Android Project

In case you don’t know what’s Dagger 2 is, read this Dagger 2 for Dummies for a fun version of learning Dagger 2. And in you don’t know what the different between Dependency Injection vs Service Locator, read this blog.

--

--