In my Android application i am retrieving all the gallery pictures and display in grid view. I have implemented the loading of images on Async task by using following reference link:- http://developer.android.com/training/displaying-bitmaps/process-bitmap.html
It is working fine.
My gridview looks like this
But i want to progress bar on loading images like this
Also if it is easier default image in place of loading images instead of progress bae will be fine.
Please provide me solution to implement this.