liaohuqiu/android-UCToast resource
Demonstrate how UC browser display a system overlay view in any platform above API level 9. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: n/a
- age_days: 3970
- days_rel: n/a
- days_push: 3332
- n_releases_24m: 0
Adoption not part of the score
1367 stars · 267 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A demo Android project replicating UC Browser's technique for displaying a system overlay (floating view) without requiring overlay permission, using WindowManager.LayoutParams.TYPE_TOAST. It includes a service that monitors the clipboard and shows the copied content in a floating window, compatible with API level 9+.
Use cases
- show a floating overlay on android without permission
- display toast-like view above other apps
- monitor clipboard content in background service
- learn how windowmanager type_toast works
- implement auto-start service on boot
- handle touch and back key in overlay window
When to choose
- you need a working example of permission-free overlay windows on older Android APIs
- you want to study WindowManager TYPE_TOAST behavior and service lifecycle patterns
When to avoid
- you need a maintained production library for overlays on modern Android versions
- you need a licensed library for commercial use (no license is provided)
- you target Android versions where TYPE_TOAST overlays are restricted
Facets
learning-resource · maturity abandoned
ui-components developer-tools android-tools mobile-development tutorials android overlay-window windowmanager clipboard demo sample-code
1 source
- readme: https://github.com/liaohuqiu/android-UCToast · fetched 2026-08-28 · b7c8eba2b139
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| liaohuqiu/android-UCToast | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="liaohuqiu/android-UCToast")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem