ImageLoader配置過程

2021-07-24 02:38:55 字數 567 閱讀 3946

#imageloader使用詳解

github位址

## 配置imageloader

* ```public void initimageloader()

```## 在使用載入的類中去配置這些資源,比如在activity中進行配置

```bash

public void initoptions()

```## imageloader的使用

``` imageloader.getinstance().displayimage(imageurl, imageview,options);

代表displayimageoptions配置檔案

```## 清除快取的方法

```bash

//完全退出程式時,可以不呼叫

imageloader.getinstance().cleardiskcache();//清除磁碟快取

imageloader.getinstance().clearmemorycache();//清除記憶體快取

```

ImageLoader配置(注釋)

配置imageloader private void configimageloader memclass final int cachesize 1024 1024 memclass 4 logger.d memory cache size cachesize memorycacheextraop...

ImageLoader配置引數

imageloader使用詳解 github位址 配置imageloader public void initimageloader 在使用載入的類中去配置這些資源,比如在activity中進行配置 bash public void initoptions imageloader的使用 imagel...

ImageLoader配置(凝視)

配置imageloader private void configimageloader memclass final int cachesize 1024 1024 memclass 4 logger.d memory cache size cachesize memorycacheextraop...