Cutting-Edge-to-Edge in Android 15: Using Previews and Testing in Jetpack Compose to Manage Insets. - droidcon

With the advent of Android 15, edge-to-edge design has become the default configuration. Consequently, applications must be capable of accommodating window insets, including the system status bar and navigation bar, as well as supporting drawing under display cutouts and other system UI elements.

droidcon

Android 15をターゲットとした時のEdge-to-Edgeを回避するwindowOptOutEdgeToEdgeEnforcement
https://qiita.com/Nabe1216/items/cea8f7043f57bfd20bca?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #Android #Android15 #EdgeToEdge

Android 15をターゲットとした時のEdge-to-Edgeを回避するwindowOptOutEdgeToEdgeEnforcement - Qiita

Android 15 をターゲットにした場合、Edge-to-Edge が強制されます。強制的な Edge-to-Edge を一時的に回避するために windowOptOutEdgeToEdgeE…

Qiita
Jetpack Compose not-so-pro tip: if you want your keyboard to pop up but your BottomBar still be visible, make sure to apply "imePadding" on the Scaffold, not the content.
Coding (n.): putting yourself into "OMG, I'm such an idiot!" situations daily just trying to convince some device to do something exactly as you want it.
#Android #JetpackCompose #EdgeToEdge #BuildInPublic