@AndroidDevelopers

Watch more Compose Tips for Delightful UI → https://goo.gle/ComposeTips

@IncompleteTheory

Good format! Straight to the point. Reminds me a lot of the Flutter widget-of-the-week format, but a little more "beefy". Appreciated!

@ArthurKhazbs

Protip: Scaffold already handles most of the insets under the hood!

@dj_256

THIS IS WHAT WE ALWYS WANTED, THANK YOU ANDROID TEAM. PLEASE KEEP THE GOOD CONTENT COMING!!!!!

@OmShankar

This was super useful and easy to understand!

@kindofanmol

This will make me love Android even more. Every app should've always been edge-to-edge like iOS.

@pedroolmartins

wow, perfect update for end users! It makes all the difference to us!

@fabio_vokrri

Exactly what I was looking for

@SpaceGuideHub

Great, your voice is amazing, I think I should to integrate this in my project, after synchronization and list sharing

@ALEX54402

Let's gooo android development baby 💥💥💖

@julioconradomarinardila3269

Excelente consejo

@vijayadhaschandran6711

We need guidelines for our screen designs as we transition to edge-to-edge (e2e) layouts. Previously, we didn’t use e2e, but now that we’re adapting, we’re encountering some height issues for components. For example, we calculate button heights programmatically based on the screen height. In the past, we determined screen size by subtracting the system bars, but if we use the same approach now, our container starts from the top, causing the top components to be hidden. Adding padding to the container resolves this, but it also increases component height, making the UI look different compared to the previous version compiled on Android 34.

We need specific guidance for implementing e2e layouts, including best practices for handling the navigation bar, tab bar, nested scroll views, parallax scrolls, and other components.

@rberezkin

Nice speaker❤

@annguyenhoang3589

love it ❤

@deepshah6425

What if we want to make sure we don't enableEdgeToEdge() when the activity goes thre configuration changes

@scottbiggs8894

"...take a look at the documentation."  I found this in the documentation!  How does this work with Scaffold?

@oguzhanaslan494

now imagine implementing that gradient toolbar in XML,  LOL

@ahmadprogrammer136

Hide the state bar cause an error 😢

@SKCodesForFun

This is all dandy. But if left unconfigured you force edge to edge. But you also made sure that things like camera views don't scale that way. But display metrics still reports edge to edge dimens and insets for those. Why not have the api return bound appropriately rather than make me calculate it 😡