I have an async task that loads images.
How could i display a spinner just inside of the gallery where the images will be loaded to display that some work is being done? Or progress bar?
But i want to be able to do this without blocking up the whole UI.
How would i go about doing this?
More common pattern is to put the indicator into activity title bar to show that some background work is in progress.
To do that you should request window feature
and later use
to show/hide the progress