引用:
compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.7'
直接把布局文件中的 ImageView 替換為 GifImageView
<pl.droidsonroids.gif.GifImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@mipmap/yiba_location "
/>
然后
GifImageView gifImageView = (GifImageView) findViewById(R.id.gifImageView);
GifDrawable gifDrawable = (GifDrawable) gifImageView.getDrawable();
然后調(diào)用 根據(jù)自己的需要調(diào)用已下方法即可,效果還不錯,很流暢
gifDrawable.start(); //開始播放
gifDrawable.stop(); //停止播放
gifDrawable.reset(); //復位翼闽,重新開始播放
gifDrawable.isRunning(); //是否正在播放
gifDrawable.setLoopCount( 2 ); //設(shè)置播放的次數(shù)蚂夕,播放完了就自動停止
gifDrawable.getCurrentLoop()十嘿; //獲取正在播放的次數(shù)
gifDrawable.getCurrentPosition ; //獲取現(xiàn)在到從開始播放所經(jīng)歷的時間
gifDrawable.getDuration() ; //獲取播放一次所需要的時間
總結(jié):嘗試用Glide 實現(xiàn)董饰,但是效果不是不好,卡頓倦淀,然后發(fā)現(xiàn)依賴這個jar后蒋畜,效果不錯,且jar也不是很大撞叽,也就75k