Are you ready for a session on Android performance including some live coding? I mean, what could go wrong?
Watch the recorded Google I/O 2025 session now! https://www.youtube.com/watch?v=xMylnxek5a4&list=PLdtPdvqJ0NWnKWZNgk_5zKQbY02os-EQ1

| Blog | https://medium.com/@keyboardsurfer |
| Code | https://github.com/keyboardsurfer |
| 🦋 | https://bsky.app/profile/keyboardsurfer.dev |
| Pictures | https://instagram.com/keyboardsurfer |
Are you ready for a session on Android performance including some live coding? I mean, what could go wrong?
Watch the recorded Google I/O 2025 session now! https://www.youtube.com/watch?v=xMylnxek5a4&list=PLdtPdvqJ0NWnKWZNgk_5zKQbY02os-EQ1
Tomorrow 9AM PT we're going to answer your #AskAndroid questions on app performance. Quick think of something and ask right now! I won't answer before the session though.
Run this and let me know the output:
`grep "dontoptimize" app/build/outputs/mapping/release/configuration.txt`
In case it's not empty, you definitely should watch this https://youtu.be/QqO2jZ-NZko?t=341
Customizing the cache window lets you prefetch content on Jetpack Compose LazyLayouts. Combining it with pausable composition and text prefetching is a winning combination.