For the last few days, I’ve been experimenting with Google AI Studio ever since Google announced at Google I/O 2026 that Google AI Studio can now generate native Android applications directly from a prompt, all from within the browser, without needing to install traditional IDEs like Android Studio. To
Build Native Android Apps with Google AI Studio
At Google I/O 2026, Google announced a major update to Google AI Studio: developers can now generate fully native Android applications directly from a prompt, entirely within the browser. Using AI Studio, creators can build Kotlin-based Android apps powered by Jetpack Compose without needing to install Android Studio or configure
Android Developers: Android is Compose-first
Google announced today that Android development will now be Compose-first, with traditional Android Views officially moving into maintenance mode. While this move is not entirely unexpected, it marks a significant milestone in Android development and signals a continued shift away from the View system, which has been the foundation of
HXAudioPlayer 4.0.0 Released
I’m excited to announce the release of HXAudioPlayer 4.0.0, the latest major update to this Android audio playback library. HXAudioPlayer is an Android library designed to make audio playback easier to implement by wrapping Android’s MediaPlayer and SoundPool APIs behind a simpler interface. It was originally built for games and
Google Introduces Android CLI: Agentic AI Development for Android
Google just introduced a new Android CLI, a command-line tool designed for agentic AI workflows, allowing developers to build Android apps without relying on Android Studio. With Android CLI, you can quickly create projects, manage SDKs, spin up emulators, and deploy apps, all from the terminal. In internal testing,
Google Rolling Out Android Developer Verification Process to All Developers
Google is rolling out a new Android Developer Verification process that will apply to all developers, including those with legacy Google Play Developer accounts. Starting in April 2026, Android will introduce a new system service that checks whether an app is associated with a verified developer. Enforcement begins in September
Game Collection: Vibecoding an Android App with Cursor
I recently put together a new Android project called Game Collection, built using Cursor and its agentic AI workflow capabilities. This started as a simple idea: build a lightweight app to browse video games using the IGDB (Internet Game Database). But more importantly, it became an experiment—how far can
Android Booster Update: Modular Architecture + Claude Skills for AI-Assisted Development
Recently, I’ve been revisiting one of my Android starter repositories, Android Booster, and modernizing it with two major goals in mind: Adopting a modular project structure Adding Claude Skills to support AI-assisted development workflows The result is a cleaner, more scalable project that can serve as a production-ready starting point
Modernizing a 10-Year-Old Android App with Agentic AI (Cursor)
Over the past weekend, I updated Go There Now with the goal of bringing this outdated 2015-era Android app up to basic 2026 Android development standards. Originally written and maintained by me as a personal Android project, Go There Now had not received any updates since October 2015. The app
RPG Character Directory: Android Project Showcasing Moshi Deserialization, StateFlow, and Jetpack Compose
I recently put together a new proof-of-concept Android project on GitHub called RPG Character Directory. The project was created to further explore using Moshi to deserialize JSON strings into data objects, along with StateFlow for handling reactive updates from the data repository layer and surfacing them to the view layer.
Reddit: AGP 9.0 is Out, and Its a Disaster. Heres Full Migration Guide so you dont have to suffer
From the r/kotlin Reddit, user Nek_12 shared their experience with migrating to Android Gradle Plugin 9.0 in their 150,000 line project and it seems like it was a bit of a nightmare: Yesterday I finally finished migrating a big 150,000-line project from AGP 8 to AGP 9. This was painful. This
Coffee Nearby: New PoC Android Project Showcasing Modern Android App Development
I recently put together a new proof-of-concept Android project called Coffee Nearby, built to explore modern Android development using an MVI-style architecture and a contemporary tech stack. The project leverages Kotlin, Jetpack Compose, Kotlin Coroutines, StateFlow, Hilt, and other modern Android libraries to demonstrate a clean, reactive UI and unidirectional

Y-Corner Updates for 2026
My apologies for the long silence here on Y-Corner. The past several years have been busy with life, work, and everything else that tends to pull focus away from personal projects. That’s going to change in 2026. Over the coming weeks and months, I’ll be sharing regular updates here, along
Basic MVVM, Databinding, RxJava 2, Dagger 2 with Guild Wars 2 API
As part of my ongoing research into MVVM architecture, databinding, RxJava 2, and Dagger 2 on Android, I built a small Android app that utilizes the Guild Wars 2 API (https://wiki.guildwars2.com/wiki/API:Main). Right now, there’s only a few API responses being utilized as part of this project, but it has been
Mod the Future Hackathon (SF)
In the course of 24 hours, here is results of our Android/Arduino hack at the Motorola Mod the Future hackathon, THEMLights! THEMLights is a LED module that displays pixel art, as well as acting as a visualizer for any song playing in the background. Source Code: https://github.com/huhx0015/ThemLIGHTSYouTube Video: https://www.youtube.com/watch?v=Q6Lfkm0m628&feature=youtu.be
Giant Android at Apps World 2015
Now that’s one big Android! This is at the Apps World 2015 event, currently going on over at the Moscone Center in San Francisco.
HuhX Game Sound Engine Now Open-Source!
I have recently open-sourced the music/sound engine that I created for StepBOT, Dragon Geo, Cid’s Aerial Tours, and Chrono Maps. It is available on GitHub and is freely available to those developing audio-related apps for the Android Platform. The HuhX Game Sound Engine is a custom game audio engine for Android
HuhX Map Framework Now Open Source!
I have released the source code for the HuhX Map Framework on GitHub. This is a (skeleton code) image/map engine that supports the use of multi-touch gestures to scale images accordingly. The HuhX Map Framework also supports custom menu dialog and audio playback in the background. Applications such as Dragon

Hackathon This Weekend at Wearable World Invents the Connected Traveler
This weekend, I had the opportunity to participate in “Wearable Worlds Invents the Connected Traveler” two-day hackathon event, fully sponsored by American Airlines. It was an amazing event, as there were many groups of developers creating unique, exciting travel-related applications. There were a lot of sponsors like GoGo, Pebble, IBM,
Android Studio: Disabling AAPT PNG Optimization with Gradle
For those that are developing Android apps and are using a lot of pre-optimized PNG images, you want to update to the latest Android SDK Build Tools 19.0.3: 0.9.2 Aapt-based PNG processor is now default again while we investigate some issues with the old one. flavorGroups have been renamed
