# niorgai/StatusBarCompat

Status Bar Utils ----  Change Status Bar Mode Simply

Repository: https://github.com/niorgai/StatusBarCompat
Canonical: https://ross.abutalabs.com/products/statusbarcompat
Homepage: http://niorgai.github.io/2016/03/20/Android-transulcent-status-bar/
Language: Java
License: MIT
License Family: permissive
Last push: 2024-12-03T02:01:38+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3817, "days_push": 639, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2146, forks 348 (observed 2026-08-28T04:06:18.757469+00:00)

## What it is
A small Android utility library that simplifies changing the status bar mode (color, translucency, light/dark icons) across SDK versions 19+. It allows toggling between colored and translucent status bars without recreating the activity.

## Use cases
- set the Android status bar color from an activity
- make the status bar translucent for full-screen layouts
- toggle status bar color and translucency without recreating the activity
- switch status bar icons to light or dark mode
- compatibly style the status bar with CollapsingToolbarLayout and DrawerLayout

## When to choose
- you need consistent status bar styling across Android SDK 19-21+ without editing styles.xml
- you want to switch between colored and translucent status bars at runtime
- you use CoordinatorLayout, DrawerLayout, or CollapsingToolbarLayout and need status bar compatibility

## When to avoid
- your minimum SDK is below 19
- you need a broader theming or UI styling solution beyond the status bar
- you prefer handling status bar APIs directly with modern AndroidX/Material defaults

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, developer-tools
- domain: android-tools, mobile-development, web-development
- platform: jvm
- tags: status-bar, android-ui, translucent-status-bar, material-design, androidx, android, mobile

## Member repositories
- niorgai/StatusBarCompat (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:18.757469+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:51:10.561281+00:00, confidence not recorded.
  - readme: https://github.com/niorgai/StatusBarCompat (fetched 2026-08-28T04:06:18.757469+00:00, sha df344a8702d2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
