I am using GridView
to display more than 100 images from web. Its takes time to load and display, so I use lazy loading but that does not speed it up.
So I want to display the view or activity first and then I want to display the images in the background.
How do I achieve this? Thank you