How To Use SQLDelight Database in Compose Multiplatform | SQLDelight Kotlin Multiplatform Tutorial

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 19

  • @meetb26
    @meetb26 11 місяців тому +1

    Nice

  • @tanzilahmed361
    @tanzilahmed361 2 місяці тому

    You're a genius 🔥

  • @treasuretechnology1266
    @treasuretechnology1266 11 місяців тому +1

    Great

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

    Great resource for KMP students like me. Thanks man.
    I noticed some issues with the solution after adding local cache. It work perfectly on mobile but for desktop it doesn't work even after generating the msi file for distribution.
    I hope there is a solution to this problem thanks.

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

      Thnx,🙏 And im not sure about your issue as i didnt faced any issue for any platform.

  • @pam24
    @pam24 9 місяців тому

    Nice video. may you share the repo? I missed some part about dependency injection. I cannot found some class in my project

    • @codingambitions
      @codingambitions  8 місяців тому +1

      It should be there in the first video description how to create compose multiplatform app

  • @nikitakolesnikov2814
    @nikitakolesnikov2814 3 місяці тому

    tell me where you are initialized initKoinIOS, there are no sources for the application, I can’t figure it out any further, please tell me

    • @nikitakolesnikov2814
      @nikitakolesnikov2814 3 місяці тому

      MainViewController?

    • @codingambitions
      @codingambitions  3 місяці тому +1

      iOSApp.swift, From swift side AppDelegate. Im calling it from AppDelegate class for my usecase, alternatively you can call it directly from init of iOSApp struct as well.

    • @nikitakolesnikov2814
      @nikitakolesnikov2814 3 місяці тому

      @@codingambitions If it's not too much trouble, can you please show me an example, I've been racking my brains for 3 days now and I can't do it, on Android the dependencies work, on iOS I can't set it up, I don't have enough understanding, I just thought there was a link to git in this tourtorial but alas there isn't one

  • @ashishkamat7337
    @ashishkamat7337 7 місяців тому

    Please bring tutorial on Realm it is much more easier than SQLDelight

  • @youssefsoliman3341
    @youssefsoliman3341 2 місяці тому

    I cant find the repo of this project

    • @codingambitions
      @codingambitions  2 місяці тому

      Checkout this video github link:
      ua-cam.com/video/TqQkv3bVMYc/v-deo.html

  • @treasuretechnology1266
    @treasuretechnology1266 11 місяців тому

    Great