Android imageview src正在改变
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android imageview src正在改变相关的知识,希望对你有一定的参考价值。
我想制作改变图像的ImageView。 ImageView正在运行男人,我想让他的跑步?
- 如何使用代码更改ImageView src,但性能最佳...
- 我可以在布局上使用GiF动画吗?
答案
帧动画 - 如果您只有很少的图像,这是最简单的。
http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html
另一答案
不断?第二次1000次? gif在布局上不起作用...你可以动画一个动画,或一个线程(慢)
Animate multiple imageviews dependently
快速动画指南http://www.javacodegeeks.com/2011/01/android-animations-quick-guide.html
另一答案
试试这个https://github.com/DanielMartinus/Konfetti
要么
使用implementation pl.droidsonroids.gif:android-gif-drawable:1.2.4
在项目中使用GIF。
<pl.droidsonroids.gif.GifImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/mygif"/>
以上是关于Android imageview src正在改变的主要内容,如果未能解决你的问题,请参考以下文章