Hilt — A Standard Way to Implement Dependency Injection in Android
Why using Hilt?
When it comes to Dependencies Injection in Android development, we don’t have many choices:
Build the DI from scratch manually. Personally, this is not my f̶i̶r̶s̶t̶ choice🤷♂️. But if you want to know how to build it, check it out ...
trinhlbk.dev4 min read