mobile-roadmap / android-developer-roadmap

Android Developer Roadmap 2020
Creative Commons Attribution Share Alike 4.0 International
4.14k stars 513 forks source link

Add Hilt as a child of the Dependency Injection category #40

Closed NitramTasu closed 3 years ago

NitramTasu commented 3 years ago

Description

Add Hilt as a dependency injection library and child of Dagger, because it is recommended to start with Dagger, which is used longer than Hilt. After learning Dagger it will be easier to learn Hilt as it is built on it.

Hilt Documentation

Image

image

TWiStErRob commented 3 years ago

It should be next to Dagger, as it is built on it. And you need to understand half of Dagger to use at the minimum, isn't it?

NitramTasu commented 3 years ago

It should be next to Dagger, as it is built on it. And you need to understand half of Dagger to use at the minimum, isn't it?

I agree. Are you thinking like below or Hilt be a child of Dagger? image

TWiStErRob commented 3 years ago

I was thinking below, but now that mention child makes more sense.

NitramTasu commented 3 years ago

Yep! I made the change.

drcabral commented 3 years ago

Hi everyone, thanks for the contributing and for the discuss!