0

I am loading image from a given array of URL .I want to show the progress of the image loading similar to the below screenshot.

image loader indication

is it possible to get their loading indication?

kishore
  • 96
  • 5

1 Answers1

0

Use ProgressBar with in Relative Layout hold ImageView , and show ProgressBar while loading Done in AsyncTask , when Done , setVisibility To InVisible and Rest ProgressBar To Zero

Ramy Sabry
  • 378
  • 2
  • 9