The Ultimate Guide to Koin (Dependency Injection with Kotlin) - Android Studio Tutorial

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 101

  • @VanWyn7
    @VanWyn7 6 месяцев назад +8

    Most Koin videos I've seen were like "here I show you a project with Dagger and migrate to Koin" or "You add this, this and this and voila, it works". But your video was exactly what a tutorial must be: explaining things step by step and made me understand it. Thank you!

  • @anshumandhal
    @anshumandhal 2 года назад +13

    A couple of weeks ago I was hoping that you would make a tutorial on Koin and you did. Thank you 😁

  • @ShaqarudenGames
    @ShaqarudenGames 2 года назад +3

    I'm looking into Koin after just getting really frustrated with Dagger Hilt and wow this is much easier and more flexible than hilt is. Time to migrate to Koin!

  • @0xTyfn
    @0xTyfn Год назад +3

    When you say, "most people overcomplicated", it reminded me of the old dagger documentation which gives the thermosiphon example 😃
    Nice video btw, thanks!

  • @unaisulhadi9102
    @unaisulhadi9102 2 года назад +3

    Really helpful, I was unaware of how to handle named injection like Hilt. Thanks

  • @snehilsinha4689
    @snehilsinha4689 2 года назад +29

    my takeaway from the video 12:24 - single{
    } // is life of a programmer XD

  • @original_anu
    @original_anu 2 года назад +8

    Koin being an easy to use service locater without any proxies, code generation or reflection can attract many people.

  • @haykmkrtchyan7093
    @haykmkrtchyan7093 2 года назад +2

    Philipp can you make a tutorial about savedStateHandle? How and when to save data and how to retrieve? Thank you.

  • @akashkumardas6521
    @akashkumardas6521 2 года назад +6

    I worry about you, how you provide such great contents for free? Thank you so much sir.

    • @clamum9648
      @clamum9648 2 года назад +4

      Do not worry about Philipp he is a gigachad

  • @ThanhNguyen-sl2kd
    @ThanhNguyen-sl2kd 2 года назад +8

    I only used Hilt before but definitely gonna try this. The idea of inject at runtime is very interesting!
    However Hilt is backed by Google though, this is not a fair fight 🙂

    • @PhilippLackner
      @PhilippLackner  2 года назад +14

      Just because it has the Google badge, doesn't mean it's good😅

    • @PhilippLackner
      @PhilippLackner  2 года назад

      For hilt though, I agree 😁

    • @MrParadoxia1
      @MrParadoxia1 2 года назад +1

      Simplicity vs Complexity. Single platform vs Multi platform. Koin is both simple to use and work with Kotlin Multiplatform Mobile.

    • @Joey-ni8kh
      @Joey-ni8kh 2 года назад +3

      Don’t worry give it time. It will be retired like everything else

    • @jayshartzer844
      @jayshartzer844 2 года назад

      @@Joey-ni8kh ^^ this ^^

  • @rijalmyd
    @rijalmyd 2 года назад +1

    Clear explanation. Thanks philipp

  • @gabrielpetrutbadicioiu787
    @gabrielpetrutbadicioiu787 8 месяцев назад

    Where did you get all these dependencies from? I didn't see them in the documentation I found online.

  • @anudeepananth
    @anudeepananth 2 года назад +2

    Could you do a video on baseline profiles, looks like a great way to increase app start performance

  • @rajithprasathbalasundaram254
    @rajithprasathbalasundaram254 2 года назад +1

    Could you pls upload a video with paging and how we can implement it with Resource class

  • @christiancamilootero8944
    @christiancamilootero8944 2 года назад +1

    Just the video I was needing. Thank you!

  • @albertbo2178
    @albertbo2178 10 месяцев назад

    But viewmodel keyword in Koin acts as a factory? And if we want to share the VM in two fragments por example, can we use viewmodel injection like a singleton?

  • @miladhashemzadeh5626
    @miladhashemzadeh5626 2 года назад +1

    U r gr8 like always keep going up thank you. Single joke was good😅. Can you tell savedstatehandle with koin pls

  • @jaya-surya-t
    @jaya-surya-t 2 года назад

    Hey, Phillip. Chapters would be clutch for this video.

  • @whoknows3606
    @whoknows3606 2 года назад +3

    I always find DI at runtime kinda dangerous. When you have multiple flow, it is easy to miss one and you will only notice when running it.

    • @nomejodas2978
      @nomejodas2978 2 года назад

      Koin for small apps.
      Hilt/Dagger for big apps.

    • @whoknows3606
      @whoknows3606 2 года назад

      ​@@D3vCansado You will be surprised how many times I saw these "very simple test cases" not implemented and caused prod bugs. Especially after 2 years and 4 dev changes. This is why I prefer compile time over run time.
      I also need to say that Dagger series was kinda hard to use compared to Koin but I feel using Hilt almost easy as Koin.

    • @whoknows3606
      @whoknows3606 2 года назад +1

      ​@@D3vCansado There are always issues. This is why I don't want to introduce another possible problem. Pipelines, health checks, security checks fails time to time and they might be ignored to deliver prod on time. (They always say they will see at regression/sanity checks if there is a problem)
      On the one hand, there are tests that I need to trust, and on the other hand, the direct error I will get while doing development. For me it is a clear choice.
      Anyway, I'm happy that there is more than one DI library. So we can use the library that suits us best.

  • @EmanNollase
    @EmanNollase 2 года назад

    this is awesome! QQ: what if in the viewmodel constructor we need 2 or more dependency? how we inject that dependency? thanks

  • @valish_
    @valish_ 2 года назад

    With you i learn Android and english :D

  • @kotzilla1983
    @kotzilla1983 Год назад

    Thanks a lot Philipp for your guide, really great work 🙏

  • @renvzla
    @renvzla Год назад

    this is such a nice video. Thanks Philipp.

  • @uziroid
    @uziroid 2 года назад +2

    which one that you most recommend Koin or Hilt?

    • @uziroid
      @uziroid 2 года назад +1

      @Houssem Zaier nice simple answer bro

  • @tarannumkhan5943
    @tarannumkhan5943 10 месяцев назад

    When you are creating a Library, we can't use HILT for dependency injection as we can't force the consumer to integrate HILT in their project. I believe then KOIN is life saviour.

  • @GanjaBro99
    @GanjaBro99 2 года назад

    Wow you make it very understandable. Thank you

  • @sodiqjonrasulov4231
    @sodiqjonrasulov4231 2 года назад +1

    It's really helpful. Thanks Lackner

  • @awaqar2
    @awaqar2 2 года назад

    Excellent tutorial bro - very relevant..

  • @mustafaammar551
    @mustafaammar551 2 года назад

    Very cool video
    thank you bro wish you all the best 👍👍👍🔥🔥🔥🔥

  • @nilaytagove7497
    @nilaytagove7497 2 года назад +1

    Interesting. it looks so simple.

  • @muneerhasan
    @muneerhasan 2 года назад

    Thanks for making this video.

  • @AlgeriaHere
    @AlgeriaHere 2 года назад

    Thank you for the video , very helpful

  • @Function_And_Form
    @Function_And_Form 2 года назад

    Hey! Great video :D Can you do any tutorials on Anvil? It seems the community is really lacking some solid examples of its usage.

  • @Ameya890
    @Ameya890 2 года назад

    Great video as always keep it up!!!! Love you!

  • @matt-g-recovers
    @matt-g-recovers 2 года назад

    Nice...reminds me.
    .have you done KTOR?
    I need to review your library again

    • @clamum9648
      @clamum9648 2 года назад

      He's got a bunch of KTOR videos

  • @luisenriquemendezcantero9508
    @luisenriquemendezcantero9508 2 года назад

    Nice explanation! THX

  • @haykmkrtchyan7093
    @haykmkrtchyan7093 2 года назад +1

    Before Dagger Hilt I used to work with koin. It was my first DI library. Then I tried Dagger Hilt and I liked it more))) Hilt was more easier for me to get used to it. Maybe I prefer annotation processing over DSL))

  • @dragonz9977
    @dragonz9977 2 года назад

    Can you make a video about the mavericks framework?

  • @eluroalex5920
    @eluroalex5920 8 месяцев назад

    Philipp actually dropped a joke on 12:23 🤣

  • @shariarhossain1582
    @shariarhossain1582 2 года назад

    Hello sir can you make a tutorial about mobile banking apps. like Bkash is very advance apps in Bangladesh.

  • @codinginflow
    @codinginflow 2 года назад +4

    Ko-een 😂

  • @FarhazulMullick-rh6be
    @FarhazulMullick-rh6be Год назад

    Cannot use koinComponents with KoinApplication composable fn any help?
    .

  • @CryptoCodeZone
    @CryptoCodeZone 2 года назад +1

    The main difference is that Koin is a PURE Kotlin library and Hilt NOT, therefore Koin can be used in KMM/D-KMP projects where Hilt cannot!

  • @FreedivingTrainer
    @FreedivingTrainer 2 года назад

    What about preview? How to organise preview with viewModel and Koin? ay be a good them for video)

  • @er.harsh_rathore
    @er.harsh_rathore 2 года назад

    Is koin module completely Kotlin based, can we use it with KMM? As we know we can not use dagger-hilt there 🙅‍♂️

  • @tikhon2185
    @tikhon2185 Год назад

    Soo easy to use koin, hello from russia)

  • @RahmatKhanZai89
    @RahmatKhanZai89 2 года назад

    Thank you for your awesome contents.

  • @ankitverma3932
    @ankitverma3932 2 года назад +2

    12:25 EMOTIONAL DAMAGE !

  • @youmeandeveryone5893
    @youmeandeveryone5893 2 года назад

    Wow man. Respect.

  • @517Amit
    @517Amit 2 года назад

    I love to watch your videos 😍

  • @clamum9648
    @clamum9648 2 года назад +1

    Btw big 🐕 isn't it pronounced the same as "coin" is, like the little metal pieces of currency?

  • @ThePratik822
    @ThePratik822 Год назад

    so which one is good hit or koin?

  • @arfinhosain
    @arfinhosain 2 года назад

    You still use koin on your project?

  • @GulshanTaksande
    @GulshanTaksande 4 месяца назад

    single : when i write that i don't want to talk about the life of the programmer, that actually means singleton 😂

  • @jeffGordon852
    @jeffGordon852 Год назад

    Thank you so much!

  • @datel666
    @datel666 2 года назад

    Ty for this video!

  • @janssenbatista
    @janssenbatista 9 месяцев назад

    Thanks a lot. 😊

  • @saithwaleed3483
    @saithwaleed3483 2 года назад

    Hello sir, I am confuse right now my plan is to learn Android development but when I see there are too many videos on the youtube and Fb groups peopls are doing with Flutter right now , ma aim is to get a job in android development can you please guid me what i do , should I need to start with the Kotlin programming or start as a Flutter , I want to do a Job in Android Development. plz answer my question.

    • @Momo-zi2hi
      @Momo-zi2hi 2 года назад +1

      Both are great ways to develop apps, but if you want to become an android developer, you should learn the android sdk

    • @clamum9648
      @clamum9648 2 года назад

      Start as a Fluffer

  • @tiltedbybox6118
    @tiltedbybox6118 2 года назад +2

    Koin isn't dependency injection actually. It's a service locator. The end result is pretty much the same, both provide dependency, however they do it differently and hilt does it much faster, because it's done at compile time. In other words Koin has no build time impact, but has a runtime one. The opposite is true for hilt.

    • @PhilippLackner
      @PhilippLackner  2 года назад +1

      And that's what I said in the video :)

    • @tiltedbybox6118
      @tiltedbybox6118 2 года назад

      @@PhilippLackner yeah, I kinda commented before watching the whole thing.

  • @josua_htp
    @josua_htp 2 года назад

    what color theme is that?

  • @kigaming1813
    @kigaming1813 2 года назад

    how to inject constructor?

  • @mohamadrezazandieh3003
    @mohamadrezazandieh3003 11 месяцев назад

    perfecto

  • @mytubekt
    @mytubekt 2 года назад

    12:24 single 🤣

  • @reidara3984
    @reidara3984 2 года назад

    What if my adapter looks like this RouteAdapter(val clickCallback: (Route) -> Unit
    Then we are creating what inside module? :D
    and what if my repository looks like this
    class Repository(
    private val routeApi: RouteApi,
    private val RouteCacheDataSource: RouteCacheDataSource
    ) and my koin need this 2 dependency? ^^ just we have to use Repository(get(), get()) ?: P

  • @helderfsv
    @helderfsv Год назад

    '....don't wanna talk about the life of a programmer' 😂😂😂

  • @Mohit-il9gx
    @Mohit-il9gx 2 года назад

    Can you teach how to make website using kotlin or please link any tutorial below

  • @wasabinator
    @wasabinator 5 месяцев назад

    The domain name is literally "insert-koin". It's obviously intended to be pronounced "coin"!

  • @TheCreator1197
    @TheCreator1197 2 года назад

    Wait, you're telling me it isn't said "Coin"?!?

    • @clamum9648
      @clamum9648 2 года назад

      I'm pretty sure it is, it wouldn't make a heck of a lotta sense if that wasn't the case.

  • @DEVENDRA-r3p
    @DEVENDRA-r3p 3 месяца назад

    single not about life of programmer😂

  • @shivamkadam9347
    @shivamkadam9347 Год назад

    I like koin more

  • @awaqar2
    @awaqar2 2 года назад

    Philipp - I am trying to use mockito to mock an object that is passed as an argument to the constructor of myViewModel(val dice:Dice).
    within the Dice class I just have a single method called roll() that just returns a random number between 1..6. It is not
    It is not returning 3?
    This is how my instrumentation setup:
    @Before
    fun init(){
    stopKoin()
    diceMock = mock(Dice::class.java)
    `when`(diceMock.roll()).thenReturn(3)
    val testModule = module {
    single { diceMock }
    viewModel{
    DiceViewModel(diceMock)
    }
    }
    startKoin{
    // loadKoinModules(testModule)
    modules(testModule)
    }
    }
    @Test
    fun roll_displaysNumber() {
    `when`(diceMock.roll()).thenReturn(3)
    onView(withId(R.id.button)).perform(click())
    onView(withId(R.id.textView)).check(matches(isDisplayed()))
    }

  • @clamum9648
    @clamum9648 2 года назад

    "Single, but I'm not talking about the life of a programmer"
    🤭
    ...
    🤔
    🥺🔫
    Looks like KOIN might be a little easier to setup than Dagger/Hilt. Not that that's difficult but there is a series of things you need to setup to use it. May check out KOIN for my next project thanks for showing it big 🐕

  • @azamat0180
    @azamat0180 2 года назад

    Single = The life of a programmer😂

  • @ammarseud5461
    @ammarseud5461 2 года назад

    12:23 Come on man... :(

  •  2 года назад

    Brorher

  • @kamleshpandey1650
    @kamleshpandey1650 2 года назад

    Wrong title

  • @pyaesonehan19
    @pyaesonehan19 6 месяцев назад