# hongyangAndroid/FlowLayout

[不再维护]Android流式布局，支持单选、多选等，适合用于产品标签等。

Repository: https://github.com/hongyangAndroid/FlowLayout
Canonical: https://ross.abutalabs.com/products/flowlayout
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2019-10-13T14:59:04+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": 4023, "days_push": 2516, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5571, forks 1162 (observed 2026-08-28T04:09:22.482551+00:00)

## What it is
An Android flow layout library that wraps child views (typically tags) across multiple rows and supports single-select and multi-select interactions, commonly used for product tag pickers. Data is injected via a ListView-style adapter, selection is styled with standard state_checked selectors, and selected state survives activity recreation or rotation.

## Use cases
- display a list of tags or labels that wrap onto multiple rows in an Android app
- build a tag picker with single-select or limited multi-select behavior
- create selectable chip groups for product categories or filters
- handle tag click and selection-change callbacks in Android UI
- preserve tag selection state across activity recreation or screen rotation
- pre-select specific tags programmatically and read back the selected set

## When to choose
- you are building a View-based Android app in Java and need a wrap-flow tag layout with selection
- you want checkbox-like tag selection driven purely by drawable state selectors instead of manual code
- you need to cap the number of selectable tags (e.g., single-select or max N)

## When to avoid
- you are starting a new project and need actively maintained dependencies (the project is explicitly unmaintained, last released in 2019)
- you are building with Jetpack Compose, where native FlowRow and selection APIs are preferable
- you need a general-purpose layout manager for RecyclerView rather than a specialized tag-selection widget

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components
- domain: mobile-development
- platform: -
- tags: android, flow-layout, tag-layout, tag-selection, java, chips, unmaintained, adapter-pattern

## Member repositories
- hongyangAndroid/FlowLayout (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:22.482551+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-29T17:55:35.326013+00:00, confidence not recorded.
  - readme: https://github.com/hongyangAndroid/FlowLayout (fetched 2026-08-28T04:09:22.482551+00:00, sha a27e69d8e69c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
