getActivity/EasyWindow
Android 悬浮窗框架,好用不解释 observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 86
- Release rhythm 87
- 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: 21.0
- age_days: 2781
- days_rel: 87
- days_push: 87
- n_releases_24m: 15
Adoption not part of the score
1724 stars · 196 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EasyWindow is an Android floating window framework written in Java that simplifies creating and managing overlay windows, toasts, and popups. It supports both activity-scoped windows (no overlay permission needed) and global windows via WindowManager, with a fluent builder API for Java and Kotlin.
Use cases
- show custom toast-like floating overlays in an Android app
- create draggable floating windows without writing WindowManager boilerplate
- display in-app popup hints that don't require overlay permission
- show global floating widgets over other apps with overlay permission
- customize popup animations, duration, and touch behavior
When to avoid
- you only need simple standard toasts (a lighter library like Toaster may suffice)
- your project is still on the Support libraries and you can't migrate to AndroidX
- you need cross-platform floating windows outside Android
Facets
library · maturity active
ui-components gui mobile-development android-tools floating-window toast popup windowmanager java kotlin android
1 source
- readme: https://github.com/getActivity/EasyWindow · fetched 2026-08-28 · 791ac0cf83c9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| getActivity/EasyWindow | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="getActivity/EasyWindow")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem