ScreenModel: Kotlin Multiplatform ViewModel Solution for Android/iOS - Voyager

Поділитися
Вставка
  • Опубліковано 28 вер 2024

КОМЕНТАРІ • 23

  • @robertfontaine3650
    @robertfontaine3650 6 місяців тому +1

    I'm still working through your mvvm, compose, material 3 videos. Will add this one to my backlog to come back to later. Thanks for the video. The approach looks like a very clean transition to multiplatform.

  • @LifeLessonsLearned8587
    @LifeLessonsLearned8587 6 місяців тому +2

    Great work ! Voyager seems to be a library of choice for the most Android developers. Can you also make a video on how to use store 5 ?

  • @eugenewainaina5626
    @eugenewainaina5626 6 місяців тому +2

    FINALLY. Thank you Stefan!

  • @codeforandroid
    @codeforandroid 4 місяці тому +1

    How can we inject this viewModel in androidMain MainActivity ?

  • @nathanaelheitz6951
    @nathanaelheitz6951 6 місяців тому

    Thanks for the video !
    However, I didn't understood the usage of Koin in this case...
    NetworkApi could be initialized without that, so could you explain me ?
    Or you just wanted to show us that Voyager is compatible with Koin ?

  • @events4089
    @events4089 6 місяців тому

    Could you please explain how to koin with ktor client

  • @awkwardquestion8643
    @awkwardquestion8643 6 місяців тому

    Check also decompose please, we using it for production :)

  • @galaxiegalaxie5003
    @galaxiegalaxie5003 5 місяців тому

    nice😊, i want to use database for kotlin multiplatform but i need to view my database table data not only of emulator but also of the device.Which library has that features? also easy migration is needed!❤😊

    • @Hasan-ed1fz
      @Hasan-ed1fz 4 місяці тому +1

      room now is supported

    • @galaxiegalaxie5003
      @galaxiegalaxie5003 4 місяці тому

      @@Hasan-ed1fz nice, also it lacks auto migration for datatype changes which is so easy on objectbox😊,you just need to annotate the column variable whose datatype has been changed ,object box automatically does this but room lacks it, had to manually write some codes.

  • @dleonardo3238
    @dleonardo3238 6 місяців тому +2

    Can you make video about foreground services and how to pass data to them?

  • @javaentwicklung4891
    @javaentwicklung4891 4 місяці тому

    Hi Stefan! Do you think now that Compose Multiplatform got its own ViewModel we should not think about using such third-party libraries?

    • @StevdzaSan
      @StevdzaSan  4 місяці тому

      Voyager is still one valuable library.

  • @VarunSethi-y1s
    @VarunSethi-y1s 6 місяців тому

    Hey does your course Google Maps SDK for Android with Kotlin | Masterclass uses jetpack compose or xml I want to purchase it.

    • @StevdzaSan
      @StevdzaSan  6 місяців тому

      It doesn't use Jetpack Compose.

    • @VarunSethi-y1s
      @VarunSethi-y1s 6 місяців тому

      @@StevdzaSan so should I do it or not as I have only compose knowledge

  • @tmjromao
    @tmjromao 6 місяців тому

    Thank you for the explanation, could you explain how to add a database (SQLdelight), voyager, koin, + sqdelight? thanks

    • @StevdzaSan
      @StevdzaSan  6 місяців тому +1

      I prefer using MongoDB realm. I will do a video about it instead👍

    • @toyyibbadmus
      @toyyibbadmus 6 місяців тому

      Excited to hear you will be sharing how to use mongo db... Can't wait to see the lesson. Thanks

    • @aichazeroual3055
      @aichazeroual3055 6 місяців тому

      @@StevdzaSan do you have a tutorial on using Mongodb realm , when I wanted to use it I got stuck and didnt find useful and enough information about it so I had to switch to firebase