How To Share Resources In Compose Multiplatform | KMP Images, Fonts, Files & Multi Language Strings

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

КОМЕНТАРІ • 9

  • @MuhammadBilal-oo4mf
    @MuhammadBilal-oo4mf 5 місяців тому +1

    Nice Video Sir ❤

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

    You ended my searching for this solution. I was looking how I can read and parse local json file in KMP and got more confused with my searches, but I found the solution here and clearly explained, thanks a lot.

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

    What library would you recommend for achieving the localization function and change between the languages like a feature in settings to change the language?

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

      I would not recommend any library becoz now we have multi language strings support already in kmp , so we just need to write logic for changing the locale for each platform, i will go for expect actual platform specific implementations rather.

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

      @@codingambitions so i have to implement the localization natively for every platform, can you make a video about this case later?

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

      I will see.

  • @JOBINFOGJ04
    @JOBINFOGJ04 5 місяців тому +1

    Sir ji me jab app build karata hu to package name ke sath class R ki aur location packege name a rahahe to sir pls help kar digi e 🙏

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

      You can add it manually, Just add import for full package and then .R. for example:
      import com.sunildhiman90.cmpresourcesguide.R