Reputation: 4823
I want to display the images in my Application added to my "raw" folder of the Eclipse as it gets started.
How do I add those particular images to an Array and rotate the loop until all the Images are displayed?
Can anyone help me for this?
Upvotes: 0
Views: 1557
Reputation: 5108
Check out Android's frame animation. I think it does exactly what you want.
http://developer.android.com/guide/topics/graphics/2d-graphics.html#frame-animation
Upvotes: 1