There is a J2ME application run on a Blackberry Mobile, as part of the UI there is a list with names and images to be displayed. The user can scroll through this list and as he scrolls he sees the names and the images against the names getting downloaded.
I wanted to know do I need to created a separate
thread to download this image?
The whole data got for this page is via a Web Service and the image data is a URL to the image.
Also does Mobile Computing support AJAX? (If I am building Web Application for the Mobile)
Regards,
Chetan