0

I'm trying to create something like messaging app. I have listview where has to be user image, name and his message. With message i have no problem, because i download them before listview creation. But with image is a big trouble. Listview item loads faster than image, so in reault i get listview with message text, but without image. I'm just out of ideas. Looking forward for your solutions.

1 Answers1

0

you should load images in another thread(background) like using handler,asynck task

or use libraries like universal image loader

refer Lazy load of images in ListView

Mergu.
  • 151
  • 1
  • 5