PinnedPublished inProAndroidDevHow to “get()” your Koin dependency in iOSWith the growing popularity of Kotlin Multiplatform (KMP), various Kotlin-based tools have seen significant evolution, one of which is the…Aug 14, 20242Aug 14, 20242
PinnedPublished inProAndroidDevCreating Pixel-Perfect UI with Jetpack ComposeIf you’ve ever built an Android app, you’ve likely faced complaints from your design team about UI elements not matching the size in their…Aug 25, 20241Aug 25, 20241
Published inProAndroidDevManaging Persistent State in Jetpack ComposeState management in Jetpack Compose becomes challenging when dealing with persistent data. Traditionally, developers rely on Android’s…Feb 281Feb 281
Published inProAndroidDevGarbage Collector in KMP — Part 2In Swift, memory management is handled differently compared to other languages like Java or Kotlin. Swift doesn’t use a traditional garbageSep 15, 20244Sep 15, 20244
Published inProAndroidDevGarbage Collector in KMP — Part 1Kotlin Multiplatform (KMP) is quickly gaining traction, with many large organizations adopting it for app development. However, for any…Sep 12, 20242Sep 12, 20242
Published inProAndroidDevBiometric Authorization in Compose Multiplatform AppWhen securing your app, traditional methods like passwords, social logins, and OTPs are common choices. However, these can become…Aug 10, 20242Aug 10, 20242
Integrating Platform-Specific Libraries into Kotlin Multiplatform Mobile (KMM)IntroductionApr 22, 20241Apr 22, 20241