0

I have this lisview that has images on its items, and what I'm trying to do is to load images on items that are not visible to the screen.

For example the user stops on position 5 of the lisview, obcourse the image will be loaded on that position. What I want is to load the images on position 4 and 6 as well. Is this possibele in listview? Any suggestion will be a great help. Thanks.

Erick
  • 715
  • 1
  • 8
  • 15

1 Answers1

0

Erick, please try these,

  1. you can use lazyadapter to load images
  2. you can use file cache and memory cache to load images quickly

for memory cache and file cache : link

other links

link1

link2

link3

Community
  • 1
  • 1
CompEng
  • 7,161
  • 16
  • 68
  • 122