David Brown
David Brown

Reputation: 4823

Adding images into array of an Android Application

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

Answers (1)

Juhani
Juhani

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

Related Questions