I'm using lwuit Container list with Cell Renderer to display an image grid. For network availability purposes, I want to display a default image and change it to the fetched image after download completes. I'm also having problems detecting the completed download. I'm using a thread queue to minimize amount of threads running. How can i notify a method that updates the model when download is complete? How best can I update the list with the new model? Thanks in advance.
Asked
Active
Viewed 54 times
1 Answers
0
Apparently you can change the list model on the fly. That way you can fetch the images with a thread queue and the update the model when the image fetching is complete

reddberckley
- 58
- 6