# mmin18/FlexLayout

A powerful Android layout view that use java expression in layout params to describe relative positions.

Repository: https://github.com/mmin18/FlexLayout
Canonical: https://ross.abutalabs.com/products/mmin18-flexlayout
Language: Java
License: NOASSERTION
License Family: other
Topics: android, flex-layout, relativelayout, linearlayout
Last push: 2017-10-28T12:58:17+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3825, "days_push": 3231, "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 1415, forks 117 (observed 2026-08-28T04:04:39.776460+00:00)

## What it is
An Android layout view library that lets developers describe relative view positions using Java-style expressions in XML layout params, such as layout_left="view1.right+10dp". It supports percentages, references to sibling views by id, and keywords like prev, next, parent, and screen.

## Use cases
- position android views relative to each other with expressions
- replace nested linearlayout and relativelayout with a single layout
- build percentage-based responsive android layouts
- align views to other views' edges in xml
- create adaptive layouts that reference screen size

## When to choose
- you need expressive relative positioning beyond what RelativeLayout offers
- you want to flatten deeply nested view hierarchies
- you prefer declaring layout math directly in XML attributes

## When to avoid
- you are starting a new project where Jetpack ConstraintLayout is available
- you need a library with active maintenance and recent releases
- you only need simple linear or frame layouts

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: mobile-development, android-tools, web-design
- platform: jvm
- tags: layout-engine, constraint-layout, xml-layouts, relative-positioning, ui-layout, android

## Member repositories
- mmin18/FlexLayout (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:39.776460+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-30T04:38:09.770147+00:00, confidence not recorded.
  - readme: https://github.com/mmin18/FlexLayout (fetched 2026-08-28T04:04:39.776460+00:00, sha 8d806158bb20)
- Data as of 2026-08-30T08:39:29.467469+00:00.
