It's satisfying to see the integration point between Navigation 3 and ListDetailPaneScaffold come together after the previous approaches - the list and detail panes can finally be proper backstack entries _and_ be displayed simultaneously without nesting!
Pointing out key parts of the new setup:
04.12.2025 00:36 β π 6 π 1 π¬ 1 π 0
What's new in the Jetpack Compose December '25 release
News and insights on the Android platform, developer tools, and events.
We just released Jetpack Compose 1.10 with new features and a number of performance improvements.
What's your favourite thing in this release? I π the improvements to shared elements.
android-developers.googleblog.com/2025/12/what...
03.12.2025 22:15 β π 18 π 2 π¬ 1 π 0
My talk: The Busy Android Developers Guide to Perfetto is now up on YouTube !
Root-causing problems is a lot of fun. Once you start you can't stop π
Happy Tracing !!
24.11.2025 00:31 β π 17 π 4 π¬ 1 π 0
Don't ignore this tip! We've switched to using the optimized proguard file & shrinking resources in our latest release and have seen a massive drop in all performance related metrics, with slow app launch metrics dropping >30%. All from a 5 minute code change!
20.11.2025 11:00 β π 14 π 2 π¬ 1 π 3
Jetpack Navigation 3 is stable
News and insights on the Android platform, developer tools, and events.
Jetpack Navigation 3 is stable! πππ
Leaning into Jetpack Compose and the idea of combining smaller building blocks together really helped make Nav3 a much more flexible library that made it a joy to work on and hopefully for you to use as well!
android-developers.googleblog.com/2025/11/jetp...
19.11.2025 20:53 β π 60 π 26 π¬ 3 π 3
If using Gemini in Android Studio is not your cup of tea, you can now use whatever model you want via API key! Now available in latest canaries developer.android.com/studio/gemin...
30.10.2025 18:13 β π 21 π 6 π¬ 3 π 0
YouTube video by droidcon & fluttercon
Navigating the future with Jetpack Navigation 3 - Don Turner | droidcon London 2025
My talk on Navigation 3 from #dcldn25 is live (very impressive publishing from the droidcon team!). www.youtube.com/watch?v=j1Oi...
01.11.2025 10:19 β π 27 π 13 π¬ 0 π 0
Also the remote MCP server support is very cool e.g. accessing a Figma design and converting it into Compose code
developer.android.com/studio/previ...
01.10.2025 14:15 β π 3 π 1 π¬ 0 π 0
Release notes for Android Studio preview Β |Β Android Developers
Discover new features and changes in Android Studio preview.
β¨ New and improved Agent features for Compose now in Canary! π¦¦
Generate & transform composables with imgs and text, generate Previews, improve code quality... I can't fit it allπ
Get the latest Canary & the release notes, submit issues, have fun! π
developer.android.com/studio/previ...
01.10.2025 11:23 β π 7 π 1 π¬ 1 π 0
Then keep using it! The `icons-extended` artifact continues to work, it just won't be receiving any further updates (like the underlying 'Material Icon' set which has been replaced by 'Material Symbols')
26.09.2025 11:35 β π 2 π 0 π¬ 0 π 0
What is Framework??
05.07.2025 15:34 β π 0 π 0 π¬ 1 π 0
Be sure to complete your smart waiver ahead of time!
Not an ebike but the gears are electronic. Generally I love them as they change perfectly every time, even under load. But having something else to charge and maintain can be a pain.
www.sram.com/en/sram/road...
05.07.2025 15:33 β π 0 π 0 π¬ 0 π 0
Last week I had to upgrade the firmware on my bike's gears and today I have to factory reset my sunglasses. What a time to be alive!
04.07.2025 08:19 β π 71 π 11 π¬ 7 π 1
Compose 1.9 just hit beta01 & another exciting feature landing is a way to reliably determine if something is visible on screen & a way to get notified of visibility changes π£
π
New modifiers are entering the chat in this space: Modifier.onFirstVisible() & Modifier.onVisibilityChanged().
24.06.2025 09:22 β π 40 π 6 π¬ 2 π 1
Playing around with the UI for fun. Designing such micro-interactions and animations is a breeze thanks to Compose.
P.S. If you didn't catch it, a full vinyl rotation takes exactly 1800ms. That's 33 RPM πΆπΏ
20.06.2025 09:09 β π 41 π 6 π¬ 1 π 0
I'm excited to be speaking at #DroidconNYC next Thursday, hope to see you there!
I'll be covering how to handle configuration changes in Compose, and specifically trying to answer the question of what you should put in android:configChanges and - probably more importantly - why.
#AndroidDev
20.06.2025 22:45 β π 25 π 5 π¬ 0 π 0
You've asked for this... and now Compose 1.9 alpha introduces two new modifiers π Modifier.innerShadow() and Modifier.dropShadow()
Allowing you to more closely align your designs to your Figma specs, unlocking fun effects like Neumorphic type UIs π
github.com/riggaroo/com...
17.06.2025 08:39 β π 79 π 16 π¬ 4 π 0
π₯³ Excited to share our latest blog post on Material 3 Expressive Motion Theming!
π€Ώ Dive into how the new physics-based system brings interactions and transitions to life.
Read it here: m3.material.io/blog/m3-expr...
#AndroidDev
22.05.2025 23:19 β π 35 π 6 π¬ 0 π 1
YouTube video by Android Developers
Build more accessible UIs with Jetpack Compose
Our #IO25 talk on how to build more accessible apps with Compose is out! π₯³ Lots of tips on choosing appropriate semantics, merging, clearing & hiding, inspection & debug, accessibility checks in tests π«Ά
Check it out βΊοΈ
www.youtube.com/watch?v=80qk...
23.05.2025 08:46 β π 23 π 8 π¬ 1 π 0
@tornorbye.bsky.social ββ¦ and that's why we have coffeeβ π
21.05.2025 13:28 β π 1 π 0 π¬ 0 π 0
YouTube video by Android Developers
Agentic Experiences: Version Upgrade Agent
youtu.be/ubyPjBesW-8
Should help you to update to `compose-bom:2025.05.01`!
21.05.2025 13:28 β π 3 π 0 π¬ 2 π 0
Scenes!
If there's only one concept to call out for Navigation 3, it's scenes. The abstraction layer allows showing multiple panes at a time, and in different ways.
It's the integration hook that integrates Navigation3 with ListDetailPaneScaffold in a flexible, satisfying way.
21.05.2025 06:07 β π 17 π 2 π¬ 2 π 0
Bravo, excellent work π
21.05.2025 13:20 β π 3 π 0 π¬ 1 π 0
β¨π¬ New video on creating delightful path animations in #JetpackCompose
youtu.be/20b_bshZo84
#AndroidDev #Kotlin #ComposeMultiplatform
19.05.2025 18:31 β π 50 π 15 π¬ 7 π 3
We work closely with the Compose Multiplatform team, what would you like to see change?
21.05.2025 11:10 β π 1 π 0 π¬ 1 π 0
Google I/O 2025: Mastering text input in Compose
Donβt miss Google I/O, featuring product launches, innovations, and insights. Tune in for the live keynotes and sessions.
For the first time I'm officially a part of Google IO. Listen to us talk about text input in Compose and how it's changing. I promise you will learn something new :)
io.google/2025/explore...
04.05.2025 18:28 β π 35 π 4 π¬ 1 π 0
DevRel @Google. Working on KMP, previously Jetpack Compose Performance.
Film buff, LOST mourner, Gamer, NBAer (Spurs), Designer
Software engineer at Google working on Jetpack Compose
Freelance #Android apps author, cinephile, music lover, traveler.
Prefers posting on Mastodon: https://androiddev.social/@bladecoder
Research and developer experience for Android at Google. Opinions my own.
Engineering lead for Android UI & Jetpack Compose @ Google
In my spare time: mom, crafter, weaver
Pocket Casts Cofounder / Android team lead
Software Engineer @ Google working on Jetpack Compose
π¨πΌβπ» https://www.vinaygaba.me/
π Tech Lead Manager @ Airbnb on AI/UI Tooling
π€ Google Developer Expert for Android
π The Jetpack Compose Guy
βοΈ Get Smart About Android - https://www.jetpackcompose.app/newsletter
Previously Snapchat, Spotify, Deloitte
Software Engineer at Google, working on Jetpack Compose. Author of Kotlin Programming: The Big Nerd Ranch Guide. He/Him π³οΈβπ
Software engineer working on AndroidX at Google. Gradle Fellow. He/him
www.liutikas.net/blog-posts/
https://www.liutikas.net/talks/
Android Toolkit Developer and Runner
Also at:
- https://androiddev.social/@ianlake
- https://twitter.com/ianhlake
Engineer #SoundCloud;
Google Developer Expert #Android;
Posts about daily developer life;
Ex: #MTV, #VH1, #Groupon, #eBay
In Love with #Commodore64Ultimate
Android Developer Relations - Compose
Software Engineer @ JetBrains
Working on all things Kotlin.
KMP |Β Intellij | Compose
Leadership, Engineering & Product amo.co. ex Zenly (Snap), CapitaineTrain.
Director, Android DevRel @ Google.
β€οΈ: βοΈπ§³, ππ― and ποΈπ
π : Seattle π (San Francisco , New York, Hyderabad, Bangalore , Delhi)
Software Engineer at Google working on the Android Toolkit team.