What is the best way to go about making a loading popup to display while something else is going on?
My app goes out to a web service of mine to get a url for a image and then that image is placed into an ImageView on the screen.
I want to be able to show a spinning loading type gif (or similar) when I click the next/previsous buttons I have so it shows while the all the back end requests are being done and then it will go away when the image is loaded.



