我一直在关注本教程:
http://droid-blog.net/2011/10/15/tutorial-how-to-play-animated-gifs-in-android-%E2%80%93-part-2/
它解释了如何将动画.gif添加到Activity
。但它没有解释如何将.gif添加到ImageView
中的现有Activity
。是否有一种简单的方法可以解决这个问题?
答案 0 :(得分:3)
在Android Native API中,ImageView不支持动画图像或.GIF文件。显示动画图像的另一种方法如下: