How R8 made Kotlin Coroutines on Android 2x faster
Explains how Android's R8 compiler optimizes Atomic*FieldUpdater calls into Unsafe variants starting from AGP 9.2.0. This optimization directly benefits the kotlinx.atomicfu library, resulting in 2x to 4x faster execution for common coroutine operations like launching and cancelling.
Android Developers · 08 August 2026 · Read the original →
KotlinLLM is Going Open Source
Introduces KotlinLLM, an open-source research prototype that delegates runtime logic to an LLM. Instead of calling an LLM on every request, it generates explicit Kotlin source code that dynamically updates as the application encounters new runtime scenarios.
Kotlin · 08 August 2026 · Read the original →
Swift protocols and the main actor
Explores how Swift's @MainActor attribute interacts with protocols to ensure UI-related code executes on the main thread. It details how to associate types, functions, or values with the global main actor when working with UIKit or SwiftUI.
Swift by Sundell · 08 August 2026 · Read the original →
Inside Android Skills - Built for deprecation
Discusses the philosophy and methodology behind the official Android Skills project. It addresses developer feedback and explains the design decisions involved in building tools with deprecation in mind.
Android Developers · 08 August 2026 · Read the original →
Secure Your APIs: OAuth2 and JWT for Beginners
Provides a beginner-friendly guide to securing APIs using OAuth2 and JSON Web Tokens (JWT). The tutorial covers the core concepts and implementation details for developers working with object-oriented languages.
Kotlin · 08 August 2026 · Read the original →
Issue 762
Recounts the real-world challenges of field-testing a snowboarding tracking app, Yewki, in New Zealand. The author shares how critical bugs only became apparent during active use on the mountain, highlighting the limitations of simulated testing.
iOS Dev Weekly · 08 August 2026 · Read the original →
Android Weekly Issue #738
Highlights HotSwan 2.0, a tool designed to hot reload Compose Multiplatform code across Android devices and desktop windows simultaneously. The issue also curates other Android development tutorials and community updates.
Android Weekly · 08 August 2026 · Read the original →
iOS 26 SDK Now Required for App Store
Starting April 28, 2026, all new apps and app updates submitted to App Store Connect must be built with the iOS 26 & iPadOS 26 SDK or later. This ensures compatibility with the latest OS features and design language.
developer.apple.com · 08 August 2026 · Read the original →
JetBrains Open-Sources KotlinLLM Prototype
JetBrains has open-sourced KotlinLLM, a research prototype that allows Kotlin/JVM applications to generate their own logic at runtime. It includes an IntelliJ plugin, Smart macro API, and example projects, enabling developers to delegate runtime logic to an LLM.
blog.jetbrains.com · 08 August 2026 · Read the original →
At least our deprecated code will run twice as fast now.
9 stories, every Friday
Published here every week. Follow by RSS to get it as it lands.