Please enable JavaScript.
Coggle requires JavaScript to display documents.
ADAPTIVE LAYOUTS, image - Coggle Diagram
ADAPTIVE LAYOUTS
ADVICES
Avoid using physical, hardware values for making layout decisions
-
-
The Jetpack WindowManager library enables application developers to support new device form factors and multi-window environments. The library provides a common API surface for API versions 14 and later. The initial release targets foldable devices, but future versions will extend to more display types and window features.
-
Flexible nested composables are reusable
-
cards with BoxWithConstraints
-
-
-
-
CONCEPT
calculateWindowSizeClass(this)
-