Ross ROSS = Recommend OSS · open-source software intelligence for agents

mmin18/RealtimeBlurView

A realtime blurring overlay for Android (like iOS UIVisualEffectView) observed · 2026-08-28

github.com/mmin18/RealtimeBlurView · Java · NOASSERTION (other) 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3633
  • days_rel: n/a
  • days_push: 1002
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3309 stars · 361 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

An Android library providing a realtime blurring overlay view, similar to iOS's UIVisualEffectView. It is added directly in layout XML with no Java code required, using RenderScript to blur underlying content live.

Use cases

  • blur the background behind a dialog or popup window in an Android app
  • create a frosted-glass effect over an image or list in Android
  • add iOS-style UIVisualEffectView blurring to an Android layout
  • blur content behind a bottom sheet or overlay in real time
  • apply a live blur overlay without writing Java code

When to choose

  • you need a realtime blur overlay on Android with minimal setup
  • you want an XML-only drop-in view for frosted-glass effects
  • your minSdkVersion is 15+ and you can use RenderScript support mode

When to avoid

  • you only need to blur a static view (500px-android-blur is cheaper)
  • your content relies on SurfaceView/TextureView like VideoView or Google Maps
  • you need many simultaneous blur views in lists, which hurts drawing performance

Facets

library · maturity maintenance

ui-components graphics animation mobile-development graphics android-tools android-view blur-effect renderscript uivisualeffectview overlay java android mobile

1 source

Member repositories

RepositoryRoleHealth v2
mmin18/RealtimeBlurViewmain32

For agents

markdown · JSON · MCP: product_card(name="mmin18/RealtimeBlurView")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem