imageloaderconfiguration是載入器imageloader的配置引數,使用了建造者模式,這裡是直接使用了createdefault()方法建立乙個預設的imageloaderconfiguration,當然我們還可以自己設定imageloaderconfiguration
之前我以為showimageforemptyuri(***yclothings[resid]) 就是載入了,我直接把大圖放在了這些括號裡,載入2次後就報oom
public displayimageoptions getoptions(int resid)
displayimage()載入現在要載入了,我查了幾個博文後 覺的最方便的還是displayimage(),因為我是讀取的本地,所以 要生成乙個本地的url
/** 大源陣列 */
private final integer clothings = new integer ;
/** 大對應的縮圖源陣列 */
private final int ***yclothings = new int ;
string drawableurl = scheme.drawable.wrap(clothings[piecenumbernow] + "");
string imageurl = "";
//也可以直接載入網路
imageloader.getinstance().displayimage(drawableurl,
iv_belle_game_picture,
android:icon="@drawable/fflogo"
android:windowsoftinputmode="adjustresize"
android:theme="@android:style/theme.black.notitlebar.fullscreen" >
ImageLoader配置(注釋)
配置imageloader private void configimageloader memclass final int cachesize 1024 1024 memclass 4 logger.d memory cache size cachesize memorycacheextraop...
ImageLoader使用詳解
前言 關於imageloader的配置,網上有好多配置方案,本文是基於github上imageloader的官方引導作為講解。github位址 public void initimageloader public void initoptions imageloader.getinstance di...
ImageLoader配置過程
imageloader使用詳解 github位址 配置imageloader public void initimageloader 在使用載入的類中去配置這些資源,比如在activity中進行配置 bash public void initoptions imageloader的使用 imagel...