facebook/fresco
An Android library for managing images and the memory they use. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 76
- 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: 42.5
- age_days: 4202
- days_rel: 82
- days_push: 7
- n_releases_24m: 5
Adoption not part of the score
17159 stars · 3740 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Fresco is Facebook's Android library for loading, displaying, and managing images in mobile applications. It handles the full image pipeline with multi-level caching and special memory management to avoid OutOfMemoryError on older Android versions.
Use cases
- load and display images from network or local storage in an Android app
- display animated GIFs and WebP images on Android
- show progressive JPEGs as they stream in
- reduce OutOfMemoryError crashes from bitmap-heavy image lists
- show a placeholder while an image loads and auto-release memory off-screen
- decode WebP images on older Android versions that lack native support
- cache images in memory and on disk to save data and CPU
When to choose
- building an Android app with image-heavy feeds or lists
- you need animated GIF/WebP support with automatic memory management
- targeting low-end or older Android devices where bitmap memory is critical
- you want multi-level caching and progressive image loading out of the box
When to avoid
- building for iOS, desktop, or web rather than Android
- your app displays few images and a simpler loader suffices
- you need a cross-platform solution like Glide alternatives for multi-platform code
- you require a Java-only dependency and cannot exclude native modules
Facets
library · maturity stable
image-processing caching ui-components mobile-development image-processing android-tools jvm image-loading bitmap-memory-management animated-gif webp progressive-jpeg image-pipeline drawee placeholder-display facebook android mobile
4 sources
- readme: https://github.com/facebook/fresco · fetched 2026-08-28 · 6cef214cdd94
- homepage: https://frescolib.org/ · fetched 2026-08-29 · 1a48e1beaea3
- site_page: https://frescolib.org/docs · fetched 2026-08-29 · 9aac3d031103
- site_page: https://frescolib.org/docs/index.html · fetched 2026-08-29 · 474057610d16
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebook/fresco | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem