Layouts have been part of Android since 1.0 specifically to handle multiple screen sizes and orientations. It’s no different with Compose. Compose comes with its own layouts though but they have the same/similar features as the existing ones (LinearLayout -> Row & Column, FrameLayout -> Stack, etc.).