スマホ片手にアプリを作って、その場で友達にリンクを投げる時代が来ちゃいました。Googleが米国時間2026年5月19日のGoogle I/O 2026で、Google AI Studioのモバイルアプリを発表しました。現時点で正式に事前登録が始まっているのはGoogle Pla...
smhn.infoにアクセスすると、全文を読むことができます。
スマホ片手にアプリを作って、その場で友達にリンクを投げる時代が来ちゃいました。Googleが米国時間2026年5月19日のGoogle I/O 2026で、Google AI Studioのモバイルアプリを発表しました。現時点で正式に事前登録が始まっているのはGoogle Pla...
smhn.infoにアクセスすると、全文を読むことができます。
submitted by nemeski to kotlin
2 points | 0 comments
https://blog.jetbrains.com/kotlin/2026/05/compose-multiplatform-1-11-0/
submitted by nemeski to kotlin
3 points | 0 comments
https://blog.jetbrains.com/kotlin/2026/05/new-kmp-default-structure/
Jetpack Compose is Google's declarative UI framework for Android, built around Kotlin and shipped stable in 2021. Like SwiftUI on Apple platforms, Compose lets developers describe the UI as a function of state; the runtime diffs the composition and updates only what changed. Core ideas * Composable functions. A @Composable function is the building block; it can emit UI when called from another…
Flutter is Google's cross-platform UI framework for building applications from a single Dart codebase. Unlike React Native, Flutter does not use platform-native UI widgets; it renders its own widgets pixel-by-pixel via the Skia (and now Impeller) graphics engine. The result is highly consistent visuals across iOS, Android, web, desktop, and embedded.
Core ideas
React Native is a cross-platform framework from Meta that lets developers build iOS and Android applications using React. UI components map to native platform widgets at runtime, so the apps feel native while sharing most of their codebase across platforms.
How it works
JavaScript (or TypeScript) code runs in a JS engine (Hermes by default on modern versions) and communicates with the native…
Swift is Apple's modern programming language, introduced in 2014 as the successor to Objective-C for building iOS, iPadOS, macOS, watchOS, tvOS, and visionOS applications. Swift is statically typed, memory-safe, expressive, and increasingly used outside Apple platforms for server-side and systems programming.
Key language features
Android is Google's open-source mobile operating system, powering the majority of the world's smartphones across hundreds of device manufacturers. Android is based on a modified Linux kernel and ships with a rich application framework, multiple SDKs, and a heterogeneous ecosystem of OEM customisations on top.
Core platform pieces
Macworld
The recently released 6.3 version of Apple’s Swift programming language features the official release of the Swift SDK for Android, which means that developers can now use Swift to write Android applications.
Back in October 2025, Apple initially announced the SDK for Android and released a preview version. A Getting Started guide is available, along with examples, a project board for…
How Python and Kotlin provide structured concurrency out of the box while Go achieves the same patterns explicitly using errgroup, WaitGroup, and context.
How Python and Kotlin provide structured concurrency out of the box while Go achieves the same patterns explicitly using errgroup, WaitGroup, and context.
Explore our top three free and open-source Kotlin code formatters designed to streamline your coding process and improve code quality with ease.
The post 3 Useful Free and Open Source Kotlin Code Formatters appeared first on Linux Today.
Discover 4 essential free and open source Kotlin linters to enhance your code quality. Improve readability and maintainability with these powerful tools.
The post 4 Useful Free and Open Source Kotlin Linters appeared first on Linux Today.
I saw a generative art piece I liked and wanted to learn how it was made. Starting with the artist’s Kotlin code, I dug into three new algorithms, hacked together some Python code, experimented with alternatives, and learned a lot. Now I can explain it to you.
It all started with this post by aBe on Mastodon:
I love how these lines separate and reunite. And the fact that I can express this…
We used Flutter Add-to-App to ship a side feature inside an existing Android and iOS app, saving weeks of duplicated work while keeping performance and user experience intact.