# Adaptive Layouts in Compose Multiplatform - Kevin Schildhorn

DevFeed: [Adaptive Layouts in Compose Multiplatform - Kevin Schildhorn](<https://devfeed.tech/articles/adaptive-layouts-in-compose-multiplatform-kevin-schildhorn-38155.md>)

Original publisher: [Read original article](<https://touchlab.co/adaptive-layouts-cmp>)

Published: 2024-12-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [compose-multiplatform](<https://devfeed.tech/topics/compose-multiplatform.md>), [Large Screen](<https://devfeed.tech/topics/large-screen.md>), [multiplatform](<https://devfeed.tech/topics/multiplatform.md>), [ui](<https://devfeed.tech/topics/ui.md>), [Android](<https://devfeed.tech/topics/android.md>)

Tags: [adaptive](<https://devfeed.tech/tags/adaptive.md>), [android](<https://devfeed.tech/tags/android.md>), [compose](<https://devfeed.tech/tags/compose.md>), [compose-multiplatform](<https://devfeed.tech/tags/compose-multiplatform.md>), [desktop](<https://devfeed.tech/tags/desktop.md>), [ios](<https://devfeed.tech/tags/ios.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [layout](<https://devfeed.tech/tags/layout.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [screen](<https://devfeed.tech/tags/screen.md>), [ui](<https://devfeed.tech/tags/ui.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

The article explains adaptive layouts in Compose Multiplatform, including navigation and canonical list-detail layouts. It describes how these layouts adapt interfaces across Android, iOS, Desktop, and Web, and compares them with the AndroidX API.

## Source excerpt

Adaptive Layouts is a way of adapting your UI to fit different display sizes on Android, and it's now available for Compose Multiplatform.