# Dynamic Layouts with ContextualFlowRow and ContextualFlowColumn

DevFeed: [Dynamic Layouts with ContextualFlowRow and ContextualFlowColumn](<https://devfeed.tech/articles/dynamic-layouts-with-contextualflowrow-and-contextualflowcolumn-25092.md>)

Original publisher: [Read original article](<https://dladukedev.com/articles/037_dynamic_rows_with_contextual_flow_row/>)

Published: 2024-06-06T00:00:00Z

Content type: tutorial

Language: en

Sources: [Donovan LaDuke - Developer](<https://devfeed.tech/sources/donovan-laduke-developer.md>)

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

Tags: [api](<https://devfeed.tech/tags/api.md>), [compose](<https://devfeed.tech/tags/compose.md>), [devices](<https://devfeed.tech/tags/devices.md>), [examples](<https://devfeed.tech/tags/examples.md>), [google](<https://devfeed.tech/tags/google.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [layout](<https://devfeed.tech/tags/layout.md>), [screen](<https://devfeed.tech/tags/screen.md>)

## AI overview

A tutorial on using Compose's ContextualFlowRow and ContextualFlowColumn for dynamic row and column layouts. It explains how these components support fixed row or column counts, overflow policies, lazy layout, and adaptation to large-screen devices such as tablets and foldables.

## Source excerpt

Check out ContextualFlowRow and ContextualFlowColumn a new way to layout items in a row or column with a dynamic number of items that accounts for dynamic screen sizes automagically