Observing an Internet Connection in a KMP App (easy peasy 🍋 squeezy)

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • 🏆 My Online Courses
    stevdza-san.com
    📝 Writing on Medium
    / stevdza-san
    ☕ Let's get a coffee. You're paying! :)
    ko-fi.com/stev...
    💻 Github
    github.com/ste...
    📸 Instagram
    / stevdza_san
    Library (Github): github.com/plu...

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

  • @anasfarhad2845
    @anasfarhad2845 3 месяца назад +46

    We do need a toturial on dependency injection in KMM environment

    • @StevdzaSan
      @StevdzaSan  3 месяца назад +7

      Let's see how many likes this suggestion gets 🤔

    • @danielyrovas
      @danielyrovas 3 месяца назад +1

      @@StevdzaSan I'm currently using evant/kotlin-inject for DI in a kmp project, definitely worth trying out. I find it quite nice to use after the initial setup

    • @RashidSoftfruit
      @RashidSoftfruit 3 месяца назад

      @@StevdzaSan dependency injection on ktor network

    • @ChrisAthanas
      @ChrisAthanas Месяц назад

      KMP and Kotlin makes DI not as critical an issue like it was on Android

  • @ohiorenuaaigboje7500
    @ohiorenuaaigboje7500 3 месяца назад +2

    Wow KMP is moving very fast. This is very useful

  • @ImRajdip
    @ImRajdip 3 месяца назад +4

    Kmp is the future brooo 🗿

  • @CY-ju8xl
    @CY-ju8xl 3 месяца назад

    Yes, please do a deep dive into the network observability source library.

  • @vengateshm2122
    @vengateshm2122 3 месяца назад

    Thank you for sharing this. Library author has put in commendable efforts.

  • @OvedGustavoRinconMachado
    @OvedGustavoRinconMachado 2 месяца назад

    Excellent video, thanks. Do you have a video where you explain about Recomposition in Compose? Crack

    • @StevdzaSan
      @StevdzaSan  2 месяца назад

      @@OvedGustavoRinconMachado Sure thing!
      ruclips.net/video/O6zNcV3PaJE/видео.htmlsi=oJjvtWYLGn5LzmHR

  • @ayushrai3266
    @ayushrai3266 3 месяца назад

    Thank you, sir. I have learned a lot from you.❤

  • @maikolsoro1835
    @maikolsoro1835 2 месяца назад

    Stevdza do you recommend me to use KMP with your experience already working with the tool, for an app using QR, readings, karden with compose multiplaform? For production with 15 thousand users

    • @StevdzaSan
      @StevdzaSan  2 месяца назад +1

      Compose multiplatform for iOS is now in beta. For production apps, I would wait for it to get stable. I hope it will be soon.

  • @ayushverma2166
    @ayushverma2166 3 месяца назад

    Sir please make a video on exporting signed apk with working retrofit api calls .
    Not a single tutorial is available.
    As retrofit api calls are working on the debug build but not on release signed apk

    • @StevdzaSan
      @StevdzaSan  3 месяца назад +2

      You should check your proguard rules probably.

    • @MrRahulmalik
      @MrRahulmalik 3 месяца назад

      Make sure you mark your data classes (POJO classes) with @Keep annotations so that proguard doesn't obfuscate them
      or just simply add the entire package where these data classes are stored so that you don't have to do it manually for each class

    • @ayushverma2166
      @ayushverma2166 3 месяца назад

      @@MrRahulmalik Hii can you please help me out by elaborating the things how this affects my code

    • @truepicksyt3323
      @truepicksyt3323 3 месяца назад

      just annotate your dto's with @Keep

  • @j2shoes288
    @j2shoes288 2 месяца назад

    kmp is amazing. it doesn't have support for logging, but, hopefully in the next few years it should!