I want to do something very simple: download an image over http, and show it in a webview. I cannot use webview directly, since I need to set a proxy. Setting a proxy is only supported in httprequests.
So I actually need to launch a httprequest to get a JPEG image stream, and show that stream in a webview. How do I do this?
So I actually need to launch a httprequest to get a JPEG image stream, and show that stream in a webview. How do I do this?