1

I am using an Image Loaded which loads images based on requirment and since the images are big. I want to display an intermediate Spinning Image showing which would convey that the image is loading to the User.

I am displaying these images in the Viewpager.

We can not use a Gif image to display the animation and i wonder how it can be done.

P.S i am not looking for a Progress Dialog.

4

1 回答 1

1

You could try doing a View Animation on the ImageView. Rotate is one of the included animations, and you can define it in XML.

Here's a Youtube Video from Google explaining it a little more.

于 2013-01-18T21:25:26.907 回答