0
我使用從koush https://github.com/koush/UrlImageViewHelperUrlImageViewCallback:只調用時,當圖像加載是全成
的問題,我目前所面臨的是助手只通知被成功加載圖像時的驚人UrlImageViewHelper庫,根據回調文檔:
callback當 圖像成功完成加載時調用的UrlImageViewCallback實例。該值可以爲null。
UrlImageViewCallback myCallback = new UrlImageViewCallback() {
@Override
public void onLoaded(ImageView imageView, Drawable loadedDrawable,
String url, boolean loadedFromCache) {
我只是想知道怎麼會是可能的,將通知的未加載的ImageView的時候。 (服務器沒有回答,或URL錯誤)
非常感謝您的幫助。
我可以知道如何設置圖像視圖的回調嗎? – user1340801
感謝此更改https://github.com/koush/UrlImageViewHelper/commit/50322a6475344c597c7fc63856d6a556d81d066a您將在onLoaded回調中收到null。 –