It might be Neil, I guess I just figured if you needed to view them(it) from a URL, make your life easy and simply view it in a webview. I honestly don't know if you can use a URL as a bitmap for the listview, but my instincts would tell me no.
Thanks for the suggestion Erel. I have now changed to a scrollview and shown the image with a webview.loadHtml. This works for me, so now to work out how to capture event presses !!
Thanks for the suggestion Erel. I have now changed to a scrollview and shown the image with a webview.loadHtml. This works for me, so now to work out how to capture event presses !!
I'm doing something similar and am having a similar problem with the ListView.
Am I correct in assuming that when using the ScrollView, instead of a Bitmap, you're using a WebView and loading your images into it?