# soarcn/BottomSheet

One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear and simple actions that do not need explanation.

Repository: https://github.com/soarcn/BottomSheet
Canonical: https://ross.abutalabs.com/products/soarcn-bottomsheet
Homepage: http://soarcn.github.io/BottomSheet
Language: Java
License Family: other
Archived: true
Last push: 2020-12-30T13:04:03+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4363, "days_push": 2072, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2194, forks 400 (observed 2026-08-28T04:06:25.057092+00:00)

## What it is
An Android UI library that implements Material Design bottom sheets, panels that slide up from the bottom edge of the screen to present a set of actions. Actions are defined in standard Android menu XML and shown like a dialog via a builder API.

## Use cases
- show a bottom sheet with action options in an android app
- display a material design action menu sliding from the bottom
- replace dialogs with bottom sheet action lists
- define sheet actions in menu xml and handle clicks
- support bottom sheets on older android api levels

## When to choose
- you need bottom sheets on Android API 14+ before support library 23.2.0
- you want a simple dialog-like builder API with menu XML definitions
- you maintain a legacy Android app already using this library

## When to avoid
- you are starting a new project, since the official Android support library includes bottom sheets since 23.2.0
- you need active development or new features
- you need a license for commercial redistribution concerns

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, gui
- domain: mobile-development, android-tools, web-design
- platform: -
- tags: bottom-sheet, material-design, android-ui, dialog, menu, android, mobile

## Member repositories
- soarcn/BottomSheet (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:25.057092+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:47:16.864815+00:00, confidence not recorded.
  - readme: https://github.com/soarcn/BottomSheet (fetched 2026-08-28T04:06:25.057092+00:00, sha 92c96cded7fe)
  - homepage: http://soarcn.github.io/BottomSheet (fetched 2026-08-29T10:27:37.352849+00:00, sha 7f95f051240b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
