
Windowinsets




WindowInsets — Listeners to layouts
·1481 words·7 mins
If you’ve watched my ‘Becoming a Master Window Fitter’ talk, you’ll know that handling window insets can be complex.

Windows Insets + Fragment Transitions
·824 words·4 mins
Fix window insets handling during fragment transitions by manually dispatching insets to all children instead of letting ViewGroup stop at the first consumer

Becoming a master window fitter 🔧
Conference: Droidcon London
Description # Window insets have long been a source of confusion to developers, and that’s because they are indeed very confusing! The system dispatches insets for many reasons, such as drawing behind navigation bars, full-screen immersive modes or handling round displays.

Becoming a master window fitter 🔧
Conference: Droidcon NYC
Description # Window insets have long been a source of confusion to developers, and that’s because they are indeed very confusing! The system dispatches insets for many reasons, such as drawing behind navigation bars, full-screen immersive modes or handling round displays.