# ApmeM/android-flowlayout

Linear layout, that wrap its content to the next line if there is no space in the current line.

Repository: https://github.com/ApmeM/android-flowlayout
Canonical: https://ross.abutalabs.com/products/android-flowlayout
Language: Java
License Family: other
Last push: 2022-05-23T16:42:31+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5471, "days_push": 1563, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2013, forks 366 (observed 2026-08-28T04:06:05.245054+00:00)

## What it is
An Android library providing a FlowLayout ViewGroup, an extended linear layout that wraps its child views onto the next line when there is no space left in the current line. It supports horizontal and vertical orientation, RTL layout direction, gravity, and child weights, and is distributed via Maven Central.

## Use cases
- display tag chips that wrap to the next line
- build a form with wrapping input fields on Android
- show a list of selected filter items that flow across lines
- create a wrapping toolbar of buttons in an Android app
- lay out search suggestion chips in a RecyclerView header

## When to choose
- you need a wrap-to-next-line layout in a native Android (Java) app
- you want a simple, small dependency from Maven Central for flowing UI elements
- you need RTL support and gravity/weight handling in a wrapping layout

## When to avoid
- you are building with Jetpack Compose, where FlowRow is built in
- you need a maintained library with an explicit license for commercial use
- you target platforms other than Android

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components
- domain: mobile-development, android-tools, frontend
- platform: -
- tags: flow-layout, android-layout, java, view-group, wrap-content, android, mobile

## Member repositories
- ApmeM/android-flowlayout (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:05.245054+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:00:51.375065+00:00, confidence not recorded.
  - readme: https://github.com/ApmeM/android-flowlayout (fetched 2026-08-28T04:06:05.245054+00:00, sha d506aae77d44)
- Data as of 2026-08-30T08:39:29.467469+00:00.
