79240432

Date: 2024-11-30 20:32:59
Score: 1.5
Natty:
Report link

I think FlowRow is what you're looking for.

Example

FlowRow {
    lodgingPropertyList.forEach {
        CustomeChipElement(
            text = it.name,
            isSelected = false,
            onClick = {}
        )
    }
}

Result: enter image description here

You read more about Flow layout in Jetpack Compose here: https://developer.android.com/develop/ui/compose/layouts/flow#features-flow

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rasul