hongyangAndroid/FlowLayout
[不再维护]Android流式布局,支持单选、多选等,适合用于产品标签等。 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4023
- days_rel: n/a
- days_push: 2516
- n_releases_24m: 0
Adoption not part of the score
5571 stars · 1162 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity abandoned
ui-components mobile-development android flow-layout tag-layout tag-selection java chips unmaintained adapter-pattern
1 source
- readme: https://github.com/hongyangAndroid/FlowLayout · fetched 2026-08-28 · a27e69d8e69c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hongyangAndroid/FlowLayout | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="hongyangAndroid/FlowLayout")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem