Everything you need to know about Dependency Injection

preview_player
Показать описание
🏆 My Online Courses

☕ Buy me a Coffee

📝Medium

💻 Github

📸 Instagram

💎 Become a Premium Member

Explanation of what a Dependency Injection essentially is. Watch the video to learn more.
Рекомендации по теме
Комментарии
Автор

An example of the most popular DI, dagger hilt would be appreciated 🙏🏽
Sick video as always 🔥

thediukaolei
Автор

Superv video. I just looking for these type of content for last few days. Take Love from otherside of the world.

ProvakorKonik
Автор

koin and dagger-hilt are all very important for an android developer to learn. One for native android, the other for ktor backend. Hope the example video coming soon.

yuhenteng
Автор

Wouldn't it make the explanation clearer if you had instantiated a specific motherboard in your Real World Example at 2:00?
So the first code example could be:

class PC {
private val asusMotherboard = Asus()
fun start() {
asusMotherboard.powerOn()
}
}

That shows the tight coupling more clearly.

Please let me know if I'm wrong.

Kralnor
Автор

Thanks for the video man it was helpful!

nurtorekelesov
Автор

just did a junior level backend test where i had to deal with dependency injection and interfaces (it was a asp net mvc program) and i had absolutely no idea what to do with it

rodrigo-tjgf
Автор

Please do an in depth tutorial on Koin.

paulchibamba
Автор

What's the ui plugin you use in android studio

yousefzaki
Автор

If after 10 years you want to change the motherboard, you will have to change the processor and RAM

android.kotlin