开发者

How to change images repeatedly for a specific time

开发者 https://www.devze.com 2023-01-31 23:33 出处:网络
I want to implement a flash type layout, with repeat changes of images in my application. i have a banner , should be change to banner2 in 5 seconds of time开发者_开发问答. is this possible todo?

I want to implement a flash type layout, with repeat changes of images in my application. i have a banner , should be change to banner2 in 5 seconds of time开发者_开发问答. is this possible todo? can anyone guide me ?


Look into AnimationDrawables, which enable you to create the type of animation you require.

http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html

0

精彩评论

暂无评论...
验证码 换一张
取 消