Trinea / android-common

Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on
http://p.codekk.com/
5.01k stars 2.65k forks source link

Update ImageCache.java #4

Closed lguipeng closed 10 years ago

lguipeng commented 10 years ago

add method to set data from local

AndwareSsj commented 10 years ago

如果结束了应用程序(通过后台杀死进程)initData 加载本地缓存图片的时候,会出现 get Image error 错误

AndwareSsj commented 10 years ago

这种错误如何解决?

lguipeng commented 10 years ago

这部分你最好问下trinea,我不清楚这部分

lguipeng commented 10 years ago

这部分你最好问下trinea,我不清楚这部分

在 2014-04-16 19:38:25,AndwareSsj notifications@github.com 写道:

这种错误如何解决?

— Reply to this email directly or view it on GitHub.

Trinea commented 10 years ago

@AndwareSsj 是的,现在还需要在退出前手动保存缓存数据,所以强杀后就得重新加载之前的图片了,有方案但暂时没时间改,有兴趣解决这个问题可以联系我,Q:717763774,告诉你思路。

Trinea commented 10 years ago