使用ION Library显示gif

时间:2015-08-20 11:54:13

标签: android gif ion

我正在尝试使用ION Library

显示gif图像

但效果不好,即显示动画需要很长时间,图像动画不能连续工作,动画播放几秒钟然后停止一段时间,它就会继续这样。

活动:

ImageView imageView = (ImageView) findViewById(R.id.image);
Ion.with(imageView).load("http://www.sandiegoairandspace.org/assets/loader.gif");

gradle这个

...
...
    compile 'com.koushikdutta.ion:ion:2.+'

.....

0 个答案:

没有答案