如何显示动画影像中的android?影像、动画、android

2023-09-07 00:59:24 作者:第8号当铺

在我的应用程序,我想显示自己的广告,我想dispaly我的图片广告,它应该是animated.So如何显示动画图像

in my application i want to display my own ads for that i want to dispaly my ads in image and it should be animated.So how to display animated images

推荐答案

您可以使用 AnimationDrawable 对象做一帧一帧动画。

You can do frame-by-frame animations using an AnimationDrawable object.