i18nKonfig — Zero-Config Internationalization for Kotlin Multiplatform
Tired of juggling strings.xml, runtime crashes, and messy translation setups?
I built i18nKonfig, a Gradle plugin that turns your Android strings into type-safe, multiplatform tr...
ImagePickerKMP — New Extensions & Image Compression
Repository: ismoy/ImagePickerKMPhttps://github.com/ismoy/ImagePickerKMP
Overview
ImagePickerKMP now introduces powerful new extension functions and image compression features for more flexible...
ImagePickerKMP 1.0.23: Controling Camera Launch on iOS with directCameraLaunch
The latest release of ImagePickerKMP v1.0.23 brings a small but
powerful addition for iOS developers: a new flag called
directCameraLaunch.
This feature gives you contr...
Simplifying Kotlin Multiplatform Setup with the New Android-KMP Plugin
Kotlin Multiplatform KMP has been evolving rapidly, and one of the
latest updates brings a huge quality-of-life improvement for Android
developers: a new Gradle plugin tailored ...
Scan Barcodes in Just 3 Lines with BelZSpeedScan Kotlin Multiplatform/Android
Scanning barcodes is a common feature in mobile apps — from retail and logistics to fintech and personal productivity. But implementing a barcode scanner that works acros...
Tutorial: How to Use ImagePickerKMP in Android with Jetpack Compose
Picking images from the gallery or capturing from the camera has always been tricky in Android: dealing with permissions, intents, and different APIs.
With ImagePickerKMPhttps://...
A modern multiplatform library to capture and select images — built with Kotlin Multiplatform and Compose.
Supports Android and iOS with a clean, simple API....
BelZSpeedScan: A Kotlin Multiplatform Library for Fast Document Scanning
Building mobile apps that need document scanning is often a challenge:
You want high performance.
You need cross-platform support Android & iOS.
And you don’t want to reinv...
Kotlin Multiplatform + Compose: Unified Camera & Gallery Picker with Expect/Actual and Permission Handling
Handling image capture and gallery access in mobile apps is a task most developers face – but doing it the Kotlin Multiplatform way, using Com...