0

I am developing an app with LWUIT on J2ME. I have a list that contains images fetched from the web along side some text.

I would like to know how I can lazy load the images so that the form will not freeze while users are trying to interact with it?

gnat
  • 6,213
  • 108
  • 53
  • 73
Sunday Okpokor
  • 721
  • 6
  • 18

1 Answers1

1

Eric Coolman implemented pretty much that in Codename One which is the next generation for LWUIT. Allot of what he wrote can be applied to LWUIT.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65