I released version 0.3.0 of #Lokksmith (#OIDC client) which now supports #Android and #iOS via #ComposeMultiplatform!

I released version 0.3.0 of #Lokksmith (#OIDC client) which now supports #Android and #iOS via #ComposeMultiplatform!
@iamkonstantin My goal this morning is to fumble my way a little closer to a rich-text edit component in Compose Multiplatform (actually I only give a shit about desktop...) because, unlike every other GUI toolkit I've ever worked with, Compose seems to lack one.
Slides are up for my talk yesterday at #mDevCamp in Prague! Check it out! #BeyondTheUi #ComposeMultiplatform https://ashdavies.dev/talks/beyond-the-ui-prague/
I'm wrapping up my talk at #mDevCamp 2025 on tips and tricks for working with #ComposeMultiplatform previews.
Check out the slides (and later the recording) here:
DisCorkie 1.2.3 is out now!
This update brings smoother performance, UI polish across all platforms, and a better overall experience for reading and replying on your favorite forums.
#DisCorkie #AppUpdate #DiscourseApp #CrossPlatform #IndieDev #ComposeMultiplatform #AppOutlet
New updates to Compose Multiplatform Wizard!
Update dependencies to latest stable and pre-release versions
Update HotReload to 1.0.0-alpha08
Add Kotlin-Logging library
Add Sketch image library
Add MaterialKolor library
Move @Preview annotation to the common App function
Refactor iOS app entry point to use SwiftUI
Fresh from the Kotlin #ComposeMultiplatform community: Storytale is a new plugin to preview Composables in isolation—think Storybook for Compose. @KevinSchildhorn breaks down what it does, how it works, what’s promising (and what’s not). https://touchlab.co/previewing-storytale
How production ready is Compose Multiplatform for platforms beyond Android?
Finished a working set up of offline Gradle build of application based on Compose Multiplatform for Desktop as a Flatpak.
It was a bit more tedious, than I expected. As I've tried different tools, used trial and error approach, and execution times were slow (on my machine) for this project. However, in the end, edge-cases requiring a manual fix are fixed, and it works.
https://github.com/archivekeep/archivekeep/commit/d1371e089fd3c0c0e7a011f22905619e3081410f
Did you know you can use "currentWindowAdaptiveInfo()" in Compose Multiplatform to improve your app's UI for different form factors across various platforms?
This feature is available starting with Compose Multiplatform 1.7.0.
A new version of Compose Multiplatform 1.8.0-alpha01 has been released
#AndroidDev #Android #Kotlin #JetpackCompose #Compose #Multiplatform #ComposeMultiplatform
https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.8.0-alpha01
Building a Compose Multiplatform project and want to know how to use platform-specific icons?
Learn how to do it in my new article:
https://alexzh.com/how-to-add-platform-specific-icons-to-a-compose-multiplatform-project/
After the recent release of the "KoalaPlot" library (v0.7.0), we can now create scrollable charts in Compose Multiplatform.
Learn how to create a scrollable chart that will work on Android, iOS, Web, and Desktop.
https://alexzh.com/how-to-create-a-scrollable-chart-in-compose-multiplatform/
Ready to try it out? Gabriel’s article includes a step-by-step tutorial on setting up and creating your first Expect view with Compose Swift Bridge. #KotlinMultiplatform #ComposeMultiplatform #SwiftUI #SKIE
See how it all works in action Our video tutorial breaks down the process of automating UI integration between #ComposeMultiplatform and #SwiftUI. Watch and simplify your workflow! #KotlinMultiplatform #SwiftUI #SKIE https://youtu.be/UukFp6TbcZ8
Mixing #ComposeMultiplatform with native iOS UI just got easier! Gabriel's latest article dives into how Touchlab’s new Compose Swift Bridge tool automates the process, saving you from boilerplate code headaches. #KotlinMultiplatform #SwiftUI #SKIE https://touchlab.co/compose-swift-bridge-launch
Tired of choosing between performance & efficiency in your mobile app
builds? Why compromise? @kpgalligan explains how #ComposeMultiplatform eliminates the risk cliff. #CMP https://touchlab.co/build-mobile-with-compose
Participate in real talk about the challenges and opportunities of #KotlinMultiplatform & #ComposeMultiplatform in production! @kpgalligan is hosting an expert-led immersive peer-level discussion roundtable at #dcldn24. #KMP #CMP https://london.droidcon.com/kevin-galligan/
On se retrouve mardi prochain à Bordeaux pour parler de #ComposeMultiplatform !
Compose Multiplatform permet d'écrire de l'UI en Kotlin, dans le style de #react. Compose est la manière officiellement recommandée de développer des applications Android, et est compatible iOS, desktop, et web.
À l'occasion de l'événement, @jetbrains offre deux licences annuelles, qui seront tirées au sort.
En savoir plus, et s'inscrire (gratuitement) : https://BordeauxKt.io
I'm having a lot of fun playing with Compose multiplatform. It looks like the fastest way to build an app for Android, Web, and Desktop all at once. Sure, it isn't as mature as #ReactJS + #ReactNative but it does require a lot less effort/boilerplate to start building the app.
I need to check out what the iOS side looks like.
I'm not sure I like that web version is compiled into #wasm