Accessing protected images in universal image loader
问题 I am using the universal image loader in an app that needs to fetch images an authorized source. So far, I have extended the URLConnectionImageDownloader class with my own class, and overridden the method getStreamFromNetwork with my own implemetation that sets the authorization header in the URLConnection object as such: public class authURLConnectionImageDownloader extends URLConnectionImageDownloader { @Override public InputStream getStreamFromNetwork(URI imageUri) throws IOException {