How to change images repeatedly for a specific time
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
精彩评论