Dependency Injection with Hilt in Android
Basics
What is Dependency Injection?
Consider this example, you are an Android Developer who drinks coffee. To drink coffee, you need a cup (of course xD).
Implement this concept in the code
class Developer() {
fun drinkCoffee() {
// ste...
blog.dhina17.dev6 min read