Reputation: 723
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?
Upvotes: 0
Views: 469
Reputation: 52770
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.
Upvotes: 1