#434 2026-06-28
Intent Security Skill追加, Compose DesktopをSDL3で動かすライブラリ, IntelliJのLSP Client APIをオープンソース化へ, 実験ログ Cross-platform Swift, など
SwiftでAndroidアプリを組む実験ログ Cross-platform Swift
https://forums.swift.org/t/cross-platform-swift-blog-series-and-simple-apple-android-app/87623
Swift Forumsで共有された個人研究。Kotlin・Jetpack ComposeのAndroid Studioプロジェクトに、C/JNIバインディング経由でSwiftライブラリを組み込むサンプルを紹介。GitHubで見るJetBrains、IntelliJ PlatformのLSP Client APIをオープンソース化へ
GitHubで見るhttps://blog.jetbrains.com/platform/2026/06/open-sourcing-the-lsp-client-api-in-intellij-idea-2026-2/
JetBrainsが、IntelliJ PlatformのLSP Client APIをオープンソース化する方針を発表しました。これまでAndroid Studioでは利用しづらかったLSP統合が、今後はAndroid StudioやOSS版IntelliJ PlatformベースのIDEでも扱いやすくなる可能性があります。独自言語や社内DSL、IDEプラグインを作る開発者には注目度が高い内容です。Composables UI:Compose Multiplatform向けのUIコンポーネントライブラリ
https://composables.com/blog/introducing-composables-ui
Composablesが、Compose Multiplatform向けのUIコンポーネントライブラリ「Composables UI」を公開しました。既存のCompose Unstyledを土台に、Android、iOS、Desktop、Webで使えるアクセシブルなコンポーネントを提供し、Gradle依存として使うだけでなく、個別コンポーネントのコードをコピーして自前デザインシステムに取り込める点も特徴です。GitHubで見るCompose DesktopをKotlin/NativeとSDL3で動かす実験的プロジェクト
https://github.com/bitsycore/ComposeDesktopNative
Compose DesktopのサブセットをKotlin/NativeとSDL3上で動かす実験的プロジェクトです。JVMなしでmacOS、Linux、Windows向けのネイティブバイナリを生成し、Skia/SkikoやSDL3による描画バックエンドを選べます。GitHubで見るGoogle公式Android SkillsにIntent Security向けSkillが追加
GitHubで見るhttps://developer.android.com/agents/skills/security/android-intent-security/SKILL
GoogleのAndroid Skillsに、IntentやAndroidコンポーネントのセキュリティを扱う android-intent-security Skill が追加されました。Intent redirection、PendingIntentのmutability、exported component、ContentProvider、Serviceのcaller検証などを、AIエージェントが監査・修正するための手順としてまとめています。