# liaohuqiu/android-UCToast

Demonstrate how UC browser display a system overlay view in any platform above API level 9.

Repository: https://github.com/liaohuqiu/android-UCToast
Canonical: https://ross.abutalabs.com/products/android-uctoast
Language: Java
License Family: other
Last push: 2017-07-19T10:16:16+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": 3970, "days_push": 3332, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1367, forks 267 (observed 2026-08-28T04:04:31.484637+00:00)

## What it is
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
- artifact type: learning-resource
- maturity: abandoned
- function: ui-components, developer-tools
- domain: android-tools, mobile-development, tutorials
- platform: -
- tags: android, overlay-window, windowmanager, clipboard, demo, sample-code

## Member repositories
- liaohuqiu/android-UCToast (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.484637+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-30T04:41:07.893449+00:00, confidence not recorded.
  - readme: https://github.com/liaohuqiu/android-UCToast (fetched 2026-08-28T04:04:31.484637+00:00, sha b7c8eba2b139)
- Data as of 2026-08-30T08:39:29.467469+00:00.
