英文:
How to play gif in android in Api 22
问题
我尝试在我的Android项目中使用gif,api 22。
我使用了Glide和gifviewer组件,但在我的项目中没有显示,并且Gradle没有构建。
英文:
I try to use gif in my android project in api 22 .
I used glide and gifviewer component but not shown in my project and gradle not build
答案1
得分: 0
如果您不想使用gradle依赖项,请尝试使用InputStream
和Movie
类的此指令:点击此处。我已经描述了它,我认为它对播放gif动画很有用。
英文:
If you do not want to use gradle dependencies, try this instruction that used InputStream
and Movie
class: click here. I described it and I think it is useful to play gif animations.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论