getActivity/Toaster
Android 吐司框架,专治 Toast 各种疑难杂症 observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 76
- Release rhythm 66
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 47.0
- age_days: 2908
- days_rel: 146
- days_push: 146
- n_releases_24m: 7
Adoption not part of the score
3506 stars · 428 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Toaster is an Android toast framework written in Java that fixes common Toast problems such as display failures on Android 11+ and background notification restrictions. It provides a simple API for showing, styling, and customizing toasts globally within an app.
Use cases
- show toast notifications reliably on Android 11 and later
- display toasts from background threads or when app is in background
- customize toast layout and style globally
- show success, error, warning, or info styled toasts
- replace the default Android Toast API with a more robust alternative
When to choose
- you need dependable toast display across Android versions including Android 11+ restrictions
- you want global custom toast styles or layouts with minimal code
- you need to show toasts from anywhere in the app, including background contexts
When to avoid
- you are building for platforms other than Android
- you prefer Jetpack Compose-based UI messaging over view-based toasts
- you only need simple toasts and are happy with the platform Toast API
Facets
library · maturity active
ui-components developer-tools mobile-development android-tools jvm toast notifications android-library ui-utility android
1 source
- readme: https://github.com/getActivity/Toaster · fetched 2026-08-28 · b3dbcd5e202d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| getActivity/Toaster | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="getActivity/Toaster")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem