スマホでスマホアプリを開発!音声バイブコーディングできるGoogle AI Studioにモバイル版登場

スマホ片手にアプリを作って、その場で友達にリンクを投げる時代が来ちゃいました。Googleが米国時間2026年5月19日のGoogle I/O 2026で、Google AI Studioのモバイルアプリを発表しました。現時点で正式に事前登録が始まっているのはGoogle Pla...

smhn.infoにアクセスすると、全文を読むことができます。

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

  • Dart. The language:…

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

  • Type system. Static typing with generics, protocols (with…

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

  • SDK and languages. Native development uses Kotlin (modern,…
Apple’s Swift can be used to create Android apps

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…

Read more →
N
Hobby Hilbert Simplex

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…

Read more →
Page 1