-1

I am searching for fast solution how to cash images.

I found many done this in loading in ListView images.

However i need to load images into ImageButton which is subview of Linear layout.

Maybe someone saw this implemented or could give me some tips how to do this ?

Thanks.

4

1 回答 1

1

您可以使用应用程序缓存目录来缓存图像。使用Context's getCacheDir()api 获取您的缓存目录路径。

于 2012-05-14T12:58:08.543 回答