I am trying to display gif images using ION Library
but it is not working well that is it takes long time to show the animation and the animation of image is not working continuously , the animation plays for few seconds and then stops for some period of time and it keeps going like that.
Activity :
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.+'
.....