# wingjay/BlurImageView

BlurImageView, you can load your image progressively like Medium does.First show user a blurry image, At the same time, load the real image, once loaded, replace the blurry one automatically

Repository: https://github.com/wingjay/BlurImageView
Canonical: https://ross.abutalabs.com/products/blurimageview
Language: Java
License: Apache-2.0
License Family: permissive
Topics: medium, stack-blur, android
Last push: 2018-05-25T02:13:19+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3947, "days_push": 3023, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1331, forks 234 (observed 2026-08-28T04:04:24.348826+00:00)

## What it is
An Android library that provides a custom ImageView which loads images progressively like Medium: it first displays a blurred placeholder, then swaps in the full image once loaded. It uses the Stack Blur algorithm and supports configurable blur factors and custom default/failure drawables.

## Use cases
- show a blurry placeholder while an image loads in an android app
- progressive image loading like medium
- replace blank thumbnails with blurred previews
- load two images progressively with automatic swap
- adjust blur intensity of image placeholders

## When to choose
- you want Medium-style progressive image loading in an Android app with minimal setup
- you need a drop-in ImageView replacement with built-in blur placeholders

## When to avoid
- you are not building an Android app
- you need actively maintained image loading - the last release was in 2018
- you already use an image loader like Glide or Coil that supports blur transformations

## Facets
- artifact type: library
- maturity: maintenance
- function: image-processing, ui-components
- domain: mobile-development, android-tools, image-processing
- platform: -
- tags: progressive-image-loading, blur-effect, medium-style, stack-blur, android-view, android, mobile

## Member repositories
- wingjay/BlurImageView (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:24.348826+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:45:21.940272+00:00, confidence not recorded.
  - readme: https://github.com/wingjay/BlurImageView (fetched 2026-08-28T04:04:24.348826+00:00, sha e456613e63b6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
