Explore 45 articles on Kotlin Multiplatform performance
Showing 20 of 45 articles (Page 2 of 3)
Overview of Kotlin Multiplatform and Jetpack Compose for cross-platform mobile development.
Unit tests are great. They give us confidence to build and change our software. Sometimes I want to write a test once and run it for multiple algorithms, inputs, or environments. It’s been possible to do this w...
Discusses the migration from Java to Kotlin for Android development and its benefits.
I've noticed a lot of android developers discussing KMP lately. But, ios developers don't seem to be as interested, and the reason is pretty clear.
Hello everyone, I'm developing an Android app with Kotlin that heavily relies on location services and utilizes many native features. Meanwhile, I'm also learning Flutter. However, transitioning from Android to...
Hey there, Hootsuite’s mobile team here 👋 it’s been a while! We have been hard at work building and shipping our all-new Inbox product on our mobile apps, and what a ride it has been.
Redwood is Cash App’s take on multiplatform mobile client UI. Unlike many of the existing solutions to this problem, our values are slightly different
Tutorial on using Kotlin Flows for reactive programming and asynchronous data handling in Android apps.
Deep dive into how Kotlin coroutines work internally and best practices for efficient asynchronous programming.
Best practices for sharing test resources across platforms using Kotlin Multiplatform.
Covers distribution and publishing strategies for native libraries built with Kotlin Multiplatform.
Explores Kotlin Multiplatform adoption and implementation strategies for cross-platform mobile development.
Netflix syncs Android and iOS logic with Kotlin Multiplatform for reliability.
Covers the Model-View-Intent architecture pattern implementation across Kotlin Multiplatform projects.
Continues exploration of Model-View-Intent architecture patterns in Kotlin Multiplatform development.
Deep dive into Kotlin language conventions and operator overloading for mobile development.
Comprehensive guide to Kotlin operator conventions for efficient mobile development.
Shares insights and best practices from KotlinConf 2018 relevant to Android development.
Implementation guide for Model-View-Intent architecture pattern using Kotlin.
Discusses reactive programming patterns and component architecture design in Kotlin.