Dependency Injection and Dagger Hilt for Android Apps
What is Dependency Injection?
It is a common programming need that classes reference/ inherit from other classes. Dependency Injection is one of the ways through which a class can take reference of another class.
Why do we need DI?
DI approach helps ...
sandhyabhat.hashnode.dev3 min read