codepath / codepath/android_guides
Question: when does "onResourceReady" provide a onResourceReady that's not BitmapDrawable ?
Open
- Dominant language
- No language data
- Stars
- 28.3k
- Forks
- 6.2k
- PR merge metrics
- No merged PRs in 30d
Description
for the RequestListener interface, in "resource" argument :
public boolean onResourceReady(final Drawable resource, final Object model, final Target target, final DataSource dataSource, final boolean isFirstResource)
https://bumptech.github.io/glide/javadocs/410/com/bumptech/glide/request/RequestListener.html#onResourceReady-R-java.lang.Object-com.bumptech.glide.request.target.Target-com.bumptech.glide.load.DataSource-boolean-
Is it perhaps only for when I load resources from the app itself ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.