• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Downloading Images seamlessly in a BlackBerry application

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic