I am developing an image gallery application ..
Its loading images from the internet..
What i am doing is collecting image url into an array and bind it into a list view ..
Its works fine.. But my problem is the images shows a cross mark ( ‘X’) till loading the images.
What i am expecting is
-
Display a loading image for each emage untill loads the original image
-
if 1 is not possible, how can i remove the cross mark?
You cannot remove the ‘X’ mark as that is a browser-specific feature. You could, however, set your images to have a background image of your loading image.
simple example:
This way, your loader shows up and is masked when the full image loads.