IntelliJ is turning 25 -- and there's a documentary coming:
www.youtube.com/watch?v=TwMX...
Can't wait to see it. I'm really interested in history -- and there are a lot of good books about the tech industry too, but not developer tools!
IntelliJ is turning 25 -- and there's a documentary coming:
www.youtube.com/watch?v=TwMX...
Can't wait to see it. I'm really interested in history -- and there are a lot of good books about the tech industry too, but not developer tools!
Jetpack Navigation 3 is stableπ
android-developers.googleblog.com/2025/11/jetp...
.... And look at those stats! blog.google/technology/d...
18.11.2025 16:39 β π 2 π 0 π¬ 0 π 0
Try Gemini 3 in Android Studio!
android-developers.googleblog.com/2025/11/gemi...
Here's another episode of the ADB podcast! There's been a lot of confusion and misunderstanding about Android's new developer verification requirement, so I spoke with Matthew, Patrick, Raz and Naheed to dig into what it is, what it isn't, and how it works.
youtu.be/A7DEhW-mjdc
Compose 1.9 is now stable!
android-developers.googleblog.com/2025/08/what...
On top of the many new features, there are significant performance improvements (which you can configure further, see the prefetch API for LazyList), and for debug builds, you can turn on richer stack trace information!
We have a new episode of the Android Developers Backstage podcast up -- this time @chethaase.com and I are talking to Melba Nuzen and Ralston Da Silva from the Compose team about Autofill!
www.youtube.com/watch?v=Tb6b...
The math seems to check out - it's 0.1%, which rounded to the nearest whole percent is 0%. Is there a good reason to instead say "less than 1%" ? For 27.2% should it say "less than 28%"? Or "more than 27%" ? (Really asking, I don't understand the ux principle..)
18.06.2025 14:25 β π 3 π 0 π¬ 1 π 0Sorry, it looks like the bug tracking component itself was misconfigured; that's been corrected now and the bug (and any others in the same category) should now be accessible externally.
17.06.2025 16:10 β π 3 π 0 π¬ 0 π 0Check out developer.android.com/build/publis... and github.com/android/grad...
17.06.2025 14:54 β π 1 π 1 π¬ 2 π 0
We have a new episode of the ADB podcast up -- I'm chatting with Siva Velusamy and Sandhya Mohan about the new features in Gemini in Android Studio -- the new agent mode and the upgrade agent!
www.youtube.com/watch?v=Dlh6...
Yes! Just file it in the normal android studio category (available from the Help menu) and it should be routed appropriately
11.06.2025 16:25 β π 1 π 0 π¬ 1 π 0Ja!
08.06.2025 21:33 β π 0 π 0 π¬ 0 π 0We've definitely heard the request; nothing to announce yet though.
30.05.2025 23:51 β π 2 π 0 π¬ 0 π 0A screenshot showing a snippet of a conversation I had with Gemini in Android Studio where I had asked it to help fix some code, and it asked me to respond with the contents of the file in question -- instead of just reading it itself. I'm reminding it it can do that, which it then proceeded to do.
I recommend setting up an API key (check the Gemini settings in Studio); that switches to a model which seems to do a better job with function calls. If not you sometimes have situations like the following :-)
30.05.2025 15:24 β π 5 π 0 π¬ 1 π 0
We have a long list of improvements and fixes we're working on (along with expanding the set of available tools of course), but given the strong interest we also wanted to make it available to start experimenting with!
I'm already finding it quite useful.
Screenshot of the new agent tab in Gemini in Android Studio showing the input prompt and sample queries
The new agent in Android Studio is enabled in yesterday's canary build!
This build doesn't have all the tools hooked up that I showed in the I/O demo last week (agent here: youtu.be/KXKP2tDPW4Y?...), such as the Gradle awareness -- and it also doesn't have the Upgrade Agent yet. Hopefully soon!
Screenshot of the magnification shortcut setting on Android which is how you can enter a mode where pinch gestures magnifies everything
My favorite "hidden" feature on Android is turning on the screen zoom by long pressing both volume keys. I use it all the time to read tiny text when apps don't properly support or limit zooming...
29.05.2025 15:35 β π 13 π 0 π¬ 0 π 0A File is also not a file π
28.05.2025 19:18 β π 8 π 0 π¬ 0 π 0Yep - this is issuetracker.google.com/issues/62121... - we'll have more documentation soon. @ducrohet.bsky.social, want to add anything?
24.05.2025 16:40 β π 7 π 1 π¬ 2 π 0
Our annual "What's new in Android Developer tools" presentation is now online! Most of these features are already available, but though the upgrade agent and the general agent are baking a little bit longer, should be out very soon if all goes according to plan!
www.youtube.com/watch?v=KXKP...
We have some great new library updates for Android developers: navigation 3
android-developers.googleblog.com/2025/05/anno...
and -- look at all these Compose improvements:
android-developers.googleblog.com/2025/05/what...
Paging @fabinou.bsky.social , the tech lead for adb who did a lot of the work. Studio isn't enough, I think adb is the most important part, you may need OS improvements too for the standby listening thing; Fabien, what are the minimum versions?
22.05.2025 00:00 β π 2 π 0 π¬ 1 π 0It only started working properly a few weeks ago so not a lot of experience yet; I deliberately picked very simple examples for the demo to get the point across, but it seems to generalize to larger codebases too (it also has access to grep tools etc). But local codebase awareness needs more work.
21.05.2025 20:33 β π 2 π 0 π¬ 1 π 0
I'll show both (and more!) in a lot more detail in tomorrow's session together with @jamaleason.bsky.social :
io.google/2025/explore...
and here's a Journeys sneak peek at Journeys, also demoed by Florina:
www.youtube.com/watch?v=mP1t...
Here's a sneak peek at the upgrade agent, just demoed by @florinam.bsky.social in the Google I/O developer keynote! www.youtube.com/watch?v=ubyP...
20.05.2025 21:05 β π 10 π 3 π¬ 1 π 0Screenshot of the web page for next week's "What's new in Android development tools" talk at Google I/O, airing Wednesday May 21, 2025 at 10am Pacific time.
Gearing up for Google I/O next week. The team is super hard at work putting the final touches on things for @jamaleason.bsky.social and I to present. Hope you can tune in!
io.google/2025/explore...
We have a new episode of the ADB podcast up, this time covering KMP -- Kotlin multiplatform. Yigit Boyar (@yboyar.bsky.social), Dustin Lam and I discuss library support, developer experience and a lot more. I found it fascinating, but Yigit's dog fell asleep...
www.youtube.com/watch?v=DP7O...