gpt4 book ai didi

android - 使用 Fresco 库全屏显示 GIF 图像

转载 作者:太空宇宙 更新时间:2023-11-03 10:33:09 30 4
gpt4 key购买 nike

我正在使用 Fresco全屏显示图像的库。如何使用该库全屏显示动画 GIF 图像?还有其他最优解吗?

最佳答案

您必须将动画 GIF 解码的依赖项添加到您的 Gradle 文件中:

implementation 'com.facebook.fresco:animated-gif:1.12.1'

然后,只需将图像加载到 SimpleDraweeView 中:

mSimpleDraweeView.setController(Fresco.newDraweeControllerBuilder()
.setAutoPlayAnimations(true)
.setOldController(simpleDraweeView.getController())
.setUri(yourGifUrl)
.build());

关于android - 使用 Fresco 库全屏显示 GIF 图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54554611/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com