0

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

Ronnie
  • 24,023
  • 8
  • 54
  • 95
gkondati
  • 496
  • 4
  • 15

1 Answers1

0

Have you tried Fedor's Lazy Loading logic: Lazy load of images in ListView

Yes this answer is for Loading images inside the ListView, but you can use the same for GridView as well. I had implemented previously and it was working fine in my case.

Community
  • 1
  • 1
Paresh Mayani
  • 125,853
  • 70
  • 238
  • 294
  • Thank you ,but i am using same lazy laoding class,but still its taking time ,thats reason i want to display the layout first and displaying lazy laoding if u have any idea plz.......help me..... – gkondati Oct 13 '11 at 07:08