ION Libraryを使用して gif 画像を表示しようとしています
しかし、アニメーションを表示するのに時間がかかり、画像のアニメーションが連続して機能していないため、うまく機能していません.
アクティビティ :
ImageView imageView = (ImageView) findViewById(R.id.image);
Ion.with(imageView).load("http://www.sandiegoairandspace.org/assets/loader.gif");
グレード
...
...
compile 'com.koushikdutta.ion:ion:2.+'
.....