Android Universal Image Loader URI from InputStream
问题 i want to ask about UIL which the URI input from InputStream. Because my image source from ZIP and then i must extract it to show that image. Because the image is too big, i must use the UIL library, anybody know how to insert UIL from InputStream. 回答1: I think you can do it similar to loading images from DB - Can Universal image loader for android work with images from sqlite db? Lets choose own scheme so our URIs will look like "stream://..." . Then implement ImageDownloader . We should