Registry / utility / fbcore

fbcore

JSON →
library3.6.0javamavenunverified

A general-purpose Android utility library providing core functionality for image loading and caching.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

com.facebook.drawee.view.SimpleDraweeView

Loads an image URL into a SimpleDraweeView.

import com.facebook.drawee.view.SimpleDraweeView; import android.net.Uri; public class Example { public void loadImage(SimpleDraweeView view, String url) { view.setImageURI(Uri.parse(url)); } }
Debug
Known footguns
breakingFresco requires initialization before use; failing to do so causes crashes.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources