Harsha M V
Harsha M V

Reputation: 54949

Android Loading Indicator for Downloading Images

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.

Upvotes: 1

Views: 529

Answers (1)

Wenger
Wenger

Reputation: 989

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.

Upvotes: 1

Related Questions