-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Description
//glide
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'Device/Android Version:
Samsung Galaxy7 edge, android 6.0
meizu mx5, android 5.0
Glide.with(context)
.load(url)
.asGif()
.dontAnimate()
.placeholder(R.drawable.ic_stub)
.error(R.drawable.ic_error)
.into(imageView);GIF will show some GIF frame is incomplete, but these GIF in the computer and other applications show no problem, so the GIF itself should be no problem.
ps:I try to use fresco no problem