Build an iOS & Android app in 100% Kotlin with Compose Multiplatform Source link
Posted by Jake Wharton on July 19, 2023 Molecule is a Compose-based library which we announced two years ago for managing application state. I’m excited to announce that today we are releasing version 1.0, its first stable version! In the time since the original post, Molecule has gained two major features: Support for Kotlin multiplatform targets […]
Posted by Jake Wharton on July 5, 2023 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: Render using the native UI toolkit on each platform. Native UI is the best UI, and we want to ensure our engineers can continue […]
This time we talked to Sudarshan Muralidhar and Christian Melchior from MongoDB + Realm about their new multiplatform product that is created to ensure the consistency and consolidation of data across devices and your backend. Sudarshan Muralidhar on Twitter – https://twitter.com/sudssm Christian Melchior on Twitter – https://twitter.com/chrmelchior Realm Kotlin SDK Documentation – https://www.mongodb.com/docs/realm/sd… Atlas Sync […]
Multiplatform Compose and Gradle module metadata abuse 04 November 2021 My primary work project for the better part of a year (named Redwood) is built on top of Compose and runs on every platform that Kotlin supports. This of course means Android, but we also have Compose running on iOS, the web, the JVM, and […]
The Jetpack Compose UI toolkit for Android now supports the Desktop with the possibility of more platforms. Jetpack Compose, the new UI toolkit for Android, that is currently in an Alpha stage, has made it’s way over to Desktop App development. The same UI toolkit used for Android application development can now be used for […]
With Mac Catalyst and SwiftUI support for macOS, Apple has been pushing new tools to the community for the past couple years to create new services on Mac computers. Does it mean you should do too? Here are couple things to consider first. During WWDC 2019, Apple released Mac Catalyst for developers to turn their […]
Kotlin Multi-platform is a great feature that gives the ability to share code between the different parts of an application (mobile clients, web clients, and even the server). Using this feature often leads to the creation of a core module which contains the reusable code, such as, models and business logic. But most of the […]
droidcon NYC 2018 – Performant Multiplatform Kotlin Serialization Source link
droidcon NYC 2018 – Multiplatform Persistence Source link