# tjerkw/Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item

Repository: https://github.com/tjerkw/Android-SlideExpandableListView
Canonical: https://ross.abutalabs.com/products/android-slideexpandablelistview
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2019-10-31T20:53:26+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": 5185, "days_push": 2498, "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 1945, forks 729 (observed 2026-08-28T04:05:57.700338+00:00)

## What it is
An Android library that enhances the standard ListView with animated slide-out expandable areas for each list item, similar to the Spotify app. It wraps any normal ListView and animates a hidden view sliding out when a toggle button is clicked.

## Use cases
- add expandable list items to an Android ListView
- create a Spotify-style sliding action menu in list rows
- animate expanding hidden views on list item click
- replace Android's ExpandableListView with a smoother alternative
- show extra action buttons per list item with a slide-out panel

## When to choose
- you need animated expandable rows in a classic Android ListView
- you want a simple drop-in wrapper around existing ListView code
- you're building a Java-based Android app with legacy ListView patterns

## When to avoid
- you're building with RecyclerView, which is the modern Android approach
- you need actively maintained library support or recent updates
- your project uses Kotlin-first Jetpack Compose UI

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, android-tools
- platform: -
- tags: listview, expandable-list, slide-animation, java, ui-library, android

## Member repositories
- tjerkw/Android-SlideExpandableListView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:57.700338+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:07:59.152629+00:00, confidence not recorded.
  - readme: https://github.com/tjerkw/Android-SlideExpandableListView (fetched 2026-08-28T04:05:57.700338+00:00, sha b10149241ec5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
