我想通過UniversalImageLoader加載圖像。我試過這種方式:使用通用圖像加載器加載圖像使用圖像路徑
String path = "/storage/emulated/0/BlackHole/Black Hole/1gatopan0000.png"
ImageLoader.getInstance().displayImage(path, viewHolder.imageView);
但是什麼也沒有發生。是否有可能使用UniversalImageLoader將圖像的路徑作爲字符串加載?
看看這個答案http://stackoverflow.com/a/29815763/343679 – Sharj