Learning Android Development

Dagger Hilt: Even Shorter and Easier!

It broke my record of World Shortest Dagger for Android!

Photo by Sharon McCutcheon on Unsplash

About more than 2 years ago, I was on a quest to make Dagger 2 as simple as possible, as it is such a complicated subject. So I came up with the below blog.

The complication of Dagger has turned some developers away from it, especially from the iOS communities who highly recommend their Android counterpart in not using it.

Google is fully aware of Dagger 2 complication of usage, and also the need to self inject itself into the Activities and Application. Last year, Google announced their quest to make it even better!

A few weeks ago, I got to know about Dagger Hilt. Let’s look at it!

--

--