Blackberry: Download and display .jpg image
I am trying to pull a .jpg image off of a server, and display it as and EncodedImage in a ZoomScreen. Because this .jpg could be very large I want to save the .jpg to a file and read it from there so i don't have the whole thing sitting in memory. The problem I'm facing is that Connector.open("http.url.com/file.jpg") is either throwing ...