# cachapa/ExpandableLayout

An expandable layout container for Android

Repository: https://github.com/cachapa/ExpandableLayout
Canonical: https://ross.abutalabs.com/products/expandablelayout
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2021-02-08T13:56:05+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": 3770, "days_push": 2032, "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 2396, forks 277 (observed 2026-08-28T04:06:43.594004+00:00)

## What it is
An Android layout container library that animates the expansion and collapse of child views. It delegates sizing work to the parent layout so standard features like LinearLayout weights work correctly.

## Use cases
- animate expanding and collapsing views in an Android app
- build accordion-style UI sections
- make RecyclerView items expandable
- add horizontal expansion animations to layouts

## When to choose
- you need reliable expand/collapse animations with proper rotation handling
- you want LinearLayout weight and other parent layout features to work inside an expandable container

## When to avoid
- you need Jetpack Compose animations instead of XML layouts
- you need a heavily maintained library with frequent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, android-tools
- platform: jvm
- tags: expandable-layout, android-ui, accordion, recyclerview, android

## Member repositories
- cachapa/ExpandableLayout (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:43.594004+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-30T02:34:21.647718+00:00, confidence not recorded.
  - readme: https://github.com/cachapa/ExpandableLayout (fetched 2026-08-28T04:06:43.594004+00:00, sha bdcaeeb6e79a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
