Quick Tip: toolbar shortcuts for tests, Detekt or anything in IntelliJHere’s how to create custom toolbar shortcuts in IntelliJ/Android Studio for quickly running all unit tests, Detekt or anything else. The…Mar 20Mar 20
Code snippet: Grouping Dependabot PRsHere’s how we group our Dependabot PRs so we only get one PR for all patch updates, one PR for all minor updates and one PR per major…Mar 5Mar 5
Apps using Compose Multiplatform on iOS (now beta!) in 2024 — developer insightsCompose Multiplatform for iOS has been officially promoted to beta today, but companies have already successfully been using it in…May 23, 20243May 23, 20243
Published inProAndroidDevMigrating to Koin Annotations in a multiplatform projectSimplify injecting & providing classes with simple annotationsFeb 28, 20242Feb 28, 20242
Using KSP with Kotlin Multiplatform: a quick overviewKSP, Kotlin Symbol Processing, is the successor to kapt. It is used by several libraries to generate code, like Room and…Feb 28, 2024Feb 28, 2024
Getting the native iOS look & feel in your Compose Multiplatform appCompose’ default look and feel is that of Material Design. In Compose Multiplatform, certain elements have been tweaked on iOS to feel more…Feb 17, 20244Feb 17, 20244
🆕 ComposeActionMenu: now multiplatformMy ComposeActionMenu library, which provides an easy-to-use action menu like the Android Options Menu, is now built with Compose…Jan 11, 2024Jan 11, 2024
🆕 HumanReadable: data formatting utilities for KMPI made a small Kotlin Multiplatform library that allows formatting relative dates and filesizes. It’s called HumanReadable and it’s…Jan 10, 20241Jan 10, 20241
Hidden pitfalls in Android Backup“Users often invest significant time and effort creating an identity, adding data, and customizing settings and preferences within your…Oct 27, 2023Oct 27, 2023
Published inProAndroidDevResilient use cases: fewer Exceptions, more ResultsSimplifying error handling using Kotlin’s sealed interfaces.Sep 29, 20231Sep 29, 20231