I am loading images using the JSON.
But it makes app slow as it use to wait until all images are downloaded in app.
To avoid this situation I want to put some default image. And when app downloads image it should replace that default image.
I am not using table view. I am displaying this images in coverflow.
How do I get this ?